Spaces:
Running
Running
Update config.yaml
Browse files- config.yaml +3 -3
config.yaml
CHANGED
@@ -35,17 +35,17 @@ model_list:
|
|
35 |
- text
|
36 |
- model_name: azure_gpt-5
|
37 |
litellm_params:
|
38 |
-
model: azure/azure_gpt-5
|
39 |
api_base: os.environ/AZURE_RESPONSES_OPENAI_BASE_URL
|
40 |
api_version: preview
|
41 |
api_key: os.environ/AZURE_RESPONSES_OPENAI_API_KEY
|
42 |
-
|
43 |
drop_params: True
|
44 |
additional_drop_params: ["temperature", "top_p", "presence_penalty", "frequency_penalty", "logprobs", "top_logprobs", "logit_bias", "max_tokens"]
|
45 |
reasoning:
|
46 |
summary: detailed
|
47 |
model_info:
|
48 |
-
mode:
|
49 |
background: True
|
50 |
supports_reasoning: True
|
51 |
max_input_tokens: 128000
|
|
|
35 |
- text
|
36 |
- model_name: azure_gpt-5
|
37 |
litellm_params:
|
38 |
+
model: azure/responses/azure_gpt-5
|
39 |
api_base: os.environ/AZURE_RESPONSES_OPENAI_BASE_URL
|
40 |
api_version: preview
|
41 |
api_key: os.environ/AZURE_RESPONSES_OPENAI_API_KEY
|
42 |
+
merge_reasoning_content_in_choices: true
|
43 |
drop_params: True
|
44 |
additional_drop_params: ["temperature", "top_p", "presence_penalty", "frequency_penalty", "logprobs", "top_logprobs", "logit_bias", "max_tokens"]
|
45 |
reasoning:
|
46 |
summary: detailed
|
47 |
model_info:
|
48 |
+
mode: chat
|
49 |
background: True
|
50 |
supports_reasoning: True
|
51 |
max_input_tokens: 128000
|