mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
add openai
This commit is contained in:
parent
4400a6c189
commit
a040e0154a
1 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,10 @@ model_list:
|
|||
litellm_params:
|
||||
model: anthropic/*
|
||||
api_key: os.environ/ANTHROPIC_API_KEY
|
||||
- model_name: openai/*
|
||||
litellm_params:
|
||||
model: openai/*
|
||||
api_key: os.environ/OPENAI_API_KEY
|
||||
general_settings:
|
||||
master_key: sk-1234
|
||||
custom_auth: custom_auth_basic.user_api_key_auth
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue