Welcome to Portkey Forum

Updated 6 months ago

Configuring Azure OpenAI Service

Ok it seems like it worked like this:
Plain Text
config = {
    'retry': {'attempts': 1, 'on_status_codes': [429]},
    'provider': 'azure-openai',
    'resource_name': '___',
    'deployment_id': '___',
    'api_version': '2023-12-01-preview',
    'api_key': '___'
}
V
1 comment
Thanks for sharing. And sorry the docs were not updated to reflect this. Changing them now ⚡

Please do let us know if you have any further queries!
Add a reply
Sign up and join the conversation on Discord