keungliang commited on
Commit
6fc6513
·
verified ·
1 Parent(s): 3b112ca

Update config.yaml

Browse files
Files changed (1) hide show
  1. 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/responses/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,7 +47,7 @@ model_list:
47
  reasoning:
48
  summary: detailed
49
  model_info:
50
- mode: chat
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