Skip to content

Commit

Permalink
reformatted example.
Browse files Browse the repository at this point in the history
  • Loading branch information
djl11 committed Sep 18, 2024
1 parent 7a4875f commit 7224ba1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion universal_api/comparisons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,11 @@ the `Unify` client, setters can also be chained for multi-llm clients, like so:

```python
import unify
endpoints = ("llama-3-8b-chat@together-ai", "gpt-4o@openai", "claude-3.5-sonnet@anthropic")
endpoints = (
"llama-3-8b-chat@together-ai",
"gpt-4o@openai",
"claude-3.5-sonnet@anthropic"
)
client = unify.MultiLLM(endpoints=endpoints)
client.add_endpoints(
["gpt-4@openai", "gpt-4-turbo@openai"]
Expand Down

0 comments on commit 7224ba1

Please sign in to comment.