mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-29 16:09:07 +00:00
Fix link in non-openai model doc (#2106)
* Fix link in non-openai model doc * Update about-using-nonopenai-models.md
This commit is contained in:
parent
88a71d57da
commit
a6a7409ac8
@ -32,7 +32,7 @@ authentication which is usually handled through an API key.
|
||||
Examples of using cloud-based proxy servers providers that have an OpenAI-compatible API
|
||||
are provided below:
|
||||
|
||||
- [together.ai example](cloud-togetherai)
|
||||
- [together.ai example](/docs/topics/non-openai-models/cloud-togetherai)
|
||||
|
||||
|
||||
### Locally run proxy servers
|
||||
@ -46,9 +46,9 @@ OpenAI-compatible API, running them in AutoGen is straightforward.
|
||||
Examples of using locally run proxy servers that have an OpenAI-compatible API are
|
||||
provided below:
|
||||
|
||||
- [LiteLLM with Ollama example](local-litellm-ollama)
|
||||
- [LM Studio](local-lm-studio)
|
||||
- [vLLM example](local-vllm)
|
||||
- [LiteLLM with Ollama example](/docs/topics/non-openai-models/local-litellm-ollama)
|
||||
- [LM Studio](/docs/topics/non-openai-models/local-lm-studio)
|
||||
- [vLLM example](/docs/topics/non-openai-models/local-vllm)
|
||||
|
||||
````mdx-code-block
|
||||
:::tip
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user