mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-15 10:20:58 +00:00
Update README.md
This commit is contained in:
@@ -2,10 +2,6 @@
|
||||
|
||||
A simple, fast, and lightweight **OpenAI-compatible server** to call 100+ LLM APIs.
|
||||
|
||||
## Endpoints:
|
||||
- `/chat/completions` - chat completions endpoint to call 100+ LLMs
|
||||
- `/models` - available models on server
|
||||
|
||||
<p align="center" style="margin: 2%">
|
||||
<a href="https://render.com/deploy?repo=https://github.com/BerriAI/litellm" target="_blank">
|
||||
<img src="https://render.com/images/deploy-to-render-button.svg" width="173"/>
|
||||
@@ -28,6 +24,10 @@ $ cd ./litellm/openai-proxy
|
||||
$ uvicorn main:app --host 0.0.0.0 --port 8000
|
||||
```
|
||||
|
||||
## Endpoints:
|
||||
- `/chat/completions` - chat completions endpoint to call 100+ LLMs
|
||||
- `/models` - available models on server
|
||||
|
||||
## replace openai base
|
||||
```python
|
||||
import openai
|
||||
|
||||
Reference in New Issue
Block a user