-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Description
Fix Missing Documentation for GPUStack/Local-OpenAI Provider
Background
Issue #274 requested documentation updates for gpustack and xai providers, and PR #279 was created to address this. While the PR was merged, the local-openai.md
documentation file is missing from the repository, and there's no entry for 'gpustack' or 'local-openai' in the provider.ts configuration.
Issues to Fix
- The
local-openai.md
file is missing from thepackages/docs/docs/providers/
directory despite being included in PR docs: add documentation for new providers and update baseUrl references #279 - The provider.ts file doesn't have an entry for 'gpustack' or 'local-openai' provider
- Ensure documentation URLs in provider.ts match actual documentation files
Required Changes
- Add the missing
local-openai.md
file topackages/docs/docs/providers/
with the content from PR docs: add documentation for new providers and update baseUrl references #279 - Update
packages/agent/src/core/llm/provider.ts
to include the 'gpustack' or 'local-openai' provider configuration with appropriate documentation URL - Verify all documentation URLs in provider.ts point to valid documentation files
Notes from Issue #274
From the original issue:
Oops. I notice that the provider called gpustack says its documentation URL is https://mycoder.ai/docs/provider/local-openai. I think I was intending to call gpustack 'local-openai' and we should make that change in the provider list - it should be 'local-openai'. We can mention in the docs that it supports gpustack.
This suggests we should rename 'gpustack' to 'local-openai' in the provider configuration.
Metadata
Metadata
Assignees
Labels
No labels