Spaces:
Running
Running
Update config.yaml
Browse files- config.yaml +2 -2
config.yaml
CHANGED
@@ -36,7 +36,7 @@ model_list:
|
|
36 |
- text
|
37 |
- model_name: azure_gpt-5
|
38 |
litellm_params:
|
39 |
-
model: azure/
|
40 |
api_base: os.environ/AZURE_RESPONSES_OPENAI_BASE_URL
|
41 |
api_version: 2025-04-01-preview
|
42 |
api_key: os.environ/AZURE_RESPONSES_OPENAI_API_KEY
|
@@ -47,7 +47,7 @@ model_list:
|
|
47 |
reasoning:
|
48 |
summary: detailed
|
49 |
model_info:
|
50 |
-
mode:
|
51 |
background: True
|
52 |
supports_reasoning: True
|
53 |
max_input_tokens: 128000
|
|
|
36 |
- text
|
37 |
- model_name: azure_gpt-5
|
38 |
litellm_params:
|
39 |
+
model: azure/azure_gpt-5
|
40 |
api_base: os.environ/AZURE_RESPONSES_OPENAI_BASE_URL
|
41 |
api_version: 2025-04-01-preview
|
42 |
api_key: os.environ/AZURE_RESPONSES_OPENAI_API_KEY
|
|
|
47 |
reasoning:
|
48 |
summary: detailed
|
49 |
model_info:
|
50 |
+
mode: responses
|
51 |
background: True
|
52 |
supports_reasoning: True
|
53 |
max_input_tokens: 128000
|