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
175d62c407
commit
5bd7eccdc7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
a simple, fast, 100 line package to call OpenAI, Azure, Cohere, Anthropic API Endpoints
|
||||
|
||||
# usage
|
||||
```
|
||||
```python
|
||||
messages = [{ "content": "Hello, how are you?","role": "user"}]
|
||||
# openai call
|
||||
response = completion(model="gpt-3.5-turbo", messages=messages)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue