response api fix typo

This commit is contained in:
Ishaan Jaff 2025-03-13 17:50:11 -07:00
parent 53f9df5506
commit b097edf754

View file

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