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
cdd2a45600
commit
cbe1414210
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@ litellm.success_callback = ["promptlayer", "llmonitor"] # log input/output to pr
|
|||
response = completion(model="gpt-3.5-turbo", messages=[{"role": "user", "content": "Hi 👋 - i'm openai"}])
|
||||
```
|
||||
|
||||
## OpenAI Proxy
|
||||
Use LiteLLM in any OpenAI API compatible project. Calling 100+ LLMs Huggingface/Bedrock/TogetherAI/etc. in the OpenAI ChatCompletions & Completions format
|
||||
## 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
|
||||
|
||||
### Step 1: Start litellm proxy
|
||||
```shell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue