mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 18:01:22 +00:00
docs(coding-agent): link to custom-provider.md for extension-based providers
This commit is contained in:
parent
98a1e7b86b
commit
591525a1ce
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ Or set `GOOGLE_APPLICATION_CREDENTIALS` to a service account key file.
|
|||
|
||||
**Via models.json:** Add Ollama, LM Studio, vLLM, or any provider that speaks a supported API (OpenAI Completions, OpenAI Responses, Anthropic Messages, Google Generative AI). See [models.md](models.md).
|
||||
|
||||
**Via extensions:** For providers that need custom API implementations or OAuth flows, create an extension. See [extensions.md](extensions.md) and [examples/extensions/custom-provider-gitlab-duo](../examples/extensions/custom-provider-gitlab-duo/).
|
||||
**Via extensions:** For providers that need custom API implementations or OAuth flows, create an extension. See [custom-provider.md](custom-provider.md) and [examples/extensions/custom-provider-gitlab-duo](../examples/extensions/custom-provider-gitlab-duo/).
|
||||
|
||||
## Resolution Order
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue