Skip to content

Fix Missing Documentation for GPUStack/Local-OpenAI Provider #281

@bhouston

Description

@bhouston

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

  1. The local-openai.md file is missing from the packages/docs/docs/providers/ directory despite being included in PR docs: add documentation for new providers and update baseUrl references #279
  2. The provider.ts file doesn't have an entry for 'gpustack' or 'local-openai' provider
  3. Ensure documentation URLs in provider.ts match actual documentation files

Required Changes

  1. Add the missing local-openai.md file to packages/docs/docs/providers/ with the content from PR docs: add documentation for new providers and update baseUrl references #279
  2. Update packages/agent/src/core/llm/provider.ts to include the 'gpustack' or 'local-openai' provider configuration with appropriate documentation URL
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions