mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
response api fix typo
This commit is contained in:
parent
53f9df5506
commit
b097edf754
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ First, add this to your litellm proxy config.yaml:
|
|||
model_list:
|
||||
- model_name: gpt-4o
|
||||
litellm_params:
|
||||
model: openai/gpt-4
|
||||
model: openai/gpt-4o
|
||||
api_key: os.environ/OPENAI_API_KEY
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue