Skip to content

Commit

Permalink
[azopenai] Fixing unused variable in example. (#21634)
Browse files Browse the repository at this point in the history
Fixes #21629
  • Loading branch information
richardpark-msft authored Sep 28, 2023
1 parent 8f9adec commit 2952409
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func ExampleClient_GetChatCompletions_bringYourOwnDataWithCognitiveSearch() {
},
},
},
Deployment: "gpt-4",
Deployment: modelDeploymentID,
}, nil)

if err != nil {
Expand Down

0 comments on commit 2952409

Please sign in to comment.