Spaces:
Sleeping
Sleeping
File size: 624 Bytes
2841423 1b7e88c 2841423 db47ff4 1b7e88c 2841423 1b7e88c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
#name: OpenaiGPTLLM
#model_id: gpt-4o-mini
#api_key: ${env| custom_openai_key, openai_api_key}
#endpoint: ${env| custom_openai_endpoint, https://api.openai.com/v1}
#temperature: 0
#stream: true
#response_format: text
name: AzureGPTLLM
model_id: gpt-4o # the model id should be same as deployment id in Azure dashboard
api_key: ${env| custom_openai_key, openai_api_key}
endpoint: ${env| custom_openai_endpoint, https://api.openai.com/v1} # should be same as deployment endpoint in Azure dashboard
api_version: ${env| custom_openai_api_version, 2024-02-01} # this is mandatory
temperature: 0
vision: true
response_format: text |