fix example config.yaml in claude code tutorial (#12133)

This commit is contained in:
Guanghui Liu 2025-06-28 11:07:48 -07:00 committed by GitHub
parent 8b73716a66
commit 27849359a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ Pre-requisites:
model_list:
- model_name: codex-mini
litellm_params:
model: codex-mini
model: openai/codex-mini
api_key: sk-proj-1234567890
api_base: https://api.openai.com/v1
```