mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Update README.md
This commit is contained in:
parent
e825de8b4e
commit
c63b09857c
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ response = completion(model="gpt-3.5-turbo", messages=[{"role": "user", "content
|
|||
```
|
||||
|
||||
## OpenAI Proxy - ([Docs](https://docs.litellm.ai/docs/simple_proxy))
|
||||
Use LiteLLM in any OpenAI API compatible project. Call 100+ LLMs Huggingface/Bedrock/TogetherAI/etc in the OpenAI ChatCompletions & Completions format
|
||||
**If you don't want to make code changes to add the litellm package to your code base**, you can use litellm proxy. Create a server to call 100+ LLMs (Huggingface/Bedrock/TogetherAI/etc) in the OpenAI ChatCompletions & Completions format
|
||||
|
||||
### Step 1: Start litellm proxy
|
||||
```shell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue