forked from phoenix/litellm-mirror
Update README.md
This commit is contained in:
parent
99b92c4b23
commit
2913c9525b
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ response = completion(model="command-nightly", messages=messages)
|
|||
print(response)
|
||||
```
|
||||
|
||||
To call any model supported by a provider, just use `model=<provider_name>/<model_name>`. This way, LiteLLM will know which provider to route it to. There might be provider-specific details here (e.g. for vertex ai, any unmapped model is assumed to be a model garden endpoint). So refer to [provider docs for more information](https://docs.litellm.ai/docs/providers)
|
||||
Call any model supported by a provider, with `model=<provider_name>/<model_name>`. There might be provider-specific details here, so refer to [provider docs for more information](https://docs.litellm.ai/docs/providers)
|
||||
|
||||
## Async ([Docs](https://docs.litellm.ai/docs/completion/stream#async-completion))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue