We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69a04a2 + 6940d21 commit 5a7a609Copy full SHA for 5a7a609
1 file changed
articles/ai-services/openai/how-to/migration.md
@@ -196,7 +196,7 @@ client = AzureOpenAI(
196
197
response = client.embeddings.create(
198
input = "Your text string goes here",
199
- model= "text-embedding-ada-002"
+ model= "text-embedding-ada-002" # model = "deployment_name".
200
)
201
202
print(response.model_dump_json(indent=2))
0 commit comments