Update README.md

This commit is contained in:
Ishaan Jaff 2023-11-08 13:39:29 -08:00 committed by GitHub
parent e825de8b4e
commit c63b09857c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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