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:
Eric Zhu 2024-03-20 17:10:42 -07:00 committed by GitHub
parent 88a71d57da
commit a6a7409ac8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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