Skip to content

Commit

Permalink
refactor(cognitive_services): update GPT-4 model version in cognitive…
Browse files Browse the repository at this point in the history
… services configuration example
  • Loading branch information
rfernandezdo committed Oct 30, 2024
1 parent d7da8fa commit b1acc65
Showing 1 changed file with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,20 @@ cognitive_services_account = {

cognitive_deployment = {
openai_deployment-1 = {
name = "gpt4-listillo"
name = "gpt4"
cognitive_account_key = "openai_account-1"
#cognitive_account_id = "/subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/example-resource-group/providers/Microsoft.CognitiveServices/accounts/accountValue"
#cognitive_account_id = "/subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/example-resource-group/providers/Microsoft.CognitiveServices/accounts/accountValue"
#Check https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models?tabs=python-secure%2Cglobal-standard%2Cstandard-chat-completions
#Check https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models?tabs=python-secure%2Cglobal-standard%2Cstandard-chat-completions#global-standard-model-availability
model = {
format = "OpenAI"
name = "gpt-4"
version = "1106-Preview"
version = "turbo-2024-04-09"

}
scale = {
type = "Standard"
sku = {
name = "Standard"
capacity = 1
}
}
}
Expand Down

0 comments on commit b1acc65

Please sign in to comment.