mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-09 20:22:12 +00:00
add openai
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user