Skip to content

Commit

Permalink
Fix link in non-openai model doc (microsoft#2106)
Browse files Browse the repository at this point in the history
* Fix link in non-openai model doc

* Update about-using-nonopenai-models.md
  • Loading branch information
ekzhu authored Mar 21, 2024
1 parent 88a71d5 commit a6a7409
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a6a7409

Please sign in to comment.