Skip to content

Conversation

bhouston
Copy link
Member

Fix Missing Documentation for GPUStack/Local-OpenAI Provider

Description

This PR addresses the missing documentation for the local-openai provider (formerly gpustack) that was intended to be added in PR #279. While the PR was merged, the local-openai.md file is missing from the repository, and there's no entry for 'local-openai' in the provider.ts configuration.

Changes

  1. Added the missing local-openai.md documentation file to packages/docs/docs/providers/
  2. Updated packages/agent/src/core/llm/provider.ts to include the 'local-openai' provider configuration
  3. Updated packages/docs/docs/providers/index.mdx to include references to the local-openai provider

Related Issues

Testing

  • Documentation builds successfully
  • All tests pass
  • Verified that the local-openai provider is correctly documented

Notes

As mentioned in issue #274, the provider was originally called 'gpustack' but was intended to be renamed to 'local-openai'. This PR implements that change in the documentation and provider configuration.

@bhouston
Copy link
Member Author

I've investigated this PR and the current state of the repository, and I've found that the content you're trying to add already exists:

  1. The local-openai.md file already exists in /packages/docs/docs/providers/ with comprehensive documentation
  2. The provider.ts file already includes the 'local-openai' provider configuration
  3. The index.mdx file already references the local-openai provider

This PR appears to be adding duplicate content. It might be that there was confusion about whether PR #279 completely addressed the documentation needs for issue #274.

I've left a comment on issue #274 confirming that the documentation updates have already been completed. This PR might not be necessary unless there are specific changes needed to the existing documentation.

@bhouston
Copy link
Member Author

Incorrect task, should have never been done.

@bhouston bhouston closed this Mar 14, 2025
@bhouston bhouston deleted the fix-local-openai-docs branch March 14, 2025 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix Missing Documentation for GPUStack/Local-OpenAI Provider

1 participant