You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... should not be hard coded. Instead, it should be:
Deployment: modelDeploymentID,
... because if I choose a different model (like gpt-35-turbo ... which is one of a set of limited options from the Azure OpenAI Studio currently) when creating a deployment, the code sample will throw 400 error.
The text was updated successfully, but these errors were encountered:
github-actionsbot
added
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
labels
Sep 27, 2023
sandeep-sen
added
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Docs
OpenAI
and removed
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
labels
Sep 27, 2023
Bug Report
github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai
main
,latest
,0.3.0
1.18
https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai#example-Client.GetChatCompletions-BringYourOwnDataWithCognitiveSearch
... this line of code:
... should not be hard coded. Instead, it should be:
... because if I choose a different model (like gpt-35-turbo ... which is one of a set of limited options from the Azure OpenAI Studio currently) when creating a deployment, the code sample will throw 400 error.
The text was updated successfully, but these errors were encountered: