mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 07:04:45 +00:00
docs(coding-agent): add custom provider example references
This commit is contained in:
parent
c85050bb30
commit
f405018d51
1 changed files with 9 additions and 0 deletions
|
|
@ -7,8 +7,17 @@ Extensions can register custom model providers via `pi.registerProvider()`. This
|
|||
- **OAuth/SSO** - Add authentication flows for enterprise providers
|
||||
- **Custom APIs** - Implement streaming for non-standard LLM APIs
|
||||
|
||||
## Example Extensions
|
||||
|
||||
See these complete provider examples:
|
||||
|
||||
- [`examples/extensions/custom-provider-anthropic/`](../examples/extensions/custom-provider-anthropic/)
|
||||
- [`examples/extensions/custom-provider-gitlab-duo/`](../examples/extensions/custom-provider-gitlab-duo/)
|
||||
- [`examples/extensions/custom-provider-qwen-cli/`](../examples/extensions/custom-provider-qwen-cli/)
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Example Extensions](#example-extensions)
|
||||
- [Quick Reference](#quick-reference)
|
||||
- [Override Existing Provider](#override-existing-provider)
|
||||
- [Register New Provider](#register-new-provider)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue