forked from phoenix/litellm-mirror
(docs) add example config.yaml
This commit is contained in:
parent
05f585153f
commit
ac486a3c4a
1 changed files with 6 additions and 0 deletions
|
@ -6,10 +6,16 @@ model_list:
|
|||
api_version: "2023-05-15"
|
||||
api_key: os.environ/AZURE_API_KEY
|
||||
tpm: 20_000
|
||||
timeout: 5 # 1 second timeout
|
||||
stream_timeout: 0.5 # 0.5 second timeout for streaming requests
|
||||
max_retries: 4
|
||||
- model_name: gpt-4-team2
|
||||
litellm_params:
|
||||
model: azure/gpt-4
|
||||
api_key: os.environ/AZURE_API_KEY
|
||||
api_base: https://openai-gpt-4-test-v-2.openai.azure.com/
|
||||
tpm: 100_000
|
||||
timeout: 5 # 1 second timeout
|
||||
stream_timeout: 0.5 # 0.5 second timeout for streaming requests
|
||||
max_retries: 4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue