韩宇 commited on
Commit
4d58c86
·
1 Parent(s): 2ff8862
Files changed (1) hide show
  1. webpage_configs/llms/gpt4o.yml +1 -1
webpage_configs/llms/gpt4o.yml CHANGED
@@ -9,7 +9,7 @@ name: AzureGPTLLM
9
  model_id: gpt-4o # the model id should be same as deployment id in Azure dashboard
10
  api_key: ${env| custom_openai_key, openai_api_key}
11
  endpoint: ${env| custom_openai_endpoint, https://api.openai.com/v1} # should be same as deployment endpoint in Azure dashboard
12
- api_version: ${env| custom_openai_api_version, 2024-02-01} # this is mandatory
13
  temperature: 0
14
  vision: true
15
  response_format: json_object
 
9
  model_id: gpt-4o # the model id should be same as deployment id in Azure dashboard
10
  api_key: ${env| custom_openai_key, openai_api_key}
11
  endpoint: ${env| custom_openai_endpoint, https://api.openai.com/v1} # should be same as deployment endpoint in Azure dashboard
12
+ api_version: ${env| custom_openai_api_version, 2024-02-15-preview} # this is mandatory
13
  temperature: 0
14
  vision: true
15
  response_format: json_object