Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 614ca63

Browse files
[Backport 5.6.x] Changing azureUseDeprecatedCompletionsAPIForOldModels to default to true (#64371)
Changing azureUseDeprecatedCompletionsAPIForOldModels to default to trueso that customers who upgrade don&#39;t have to change siteadmin config &lt;img width=&quot;323&quot; alt=&quot;image&quot; src=&quot;https://github.com/user-attachments/assets/a690b54b-aa43-43c3-9f7d-202f161866bc&quot;&gt; ## Test plan Tested locally ## Changelog <br> Backport 3b16059 from #64347 Co-authored-by: Ara <arafat.da.khan@gmail.com>
1 parent 0fd6235 commit 614ca63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/site.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2990,7 +2990,7 @@
29902990
"azureUseDeprecatedCompletionsAPIForOldModels": {
29912991
"description": "Enables the use of the older completions API for select Azure OpenAI models.",
29922992
"type": "boolean",
2993-
"default": false
2993+
"default": true
29942994
},
29952995
"fastChatModelMaxTokens": {
29962996
"description": "The maximum number of tokens to use as client when talking to fastChatModel. If not set, clients need to set their own limit.",

0 commit comments

Comments
 (0)