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

Commit 3b16059

Browse files
authored
Changing azureUseDeprecatedCompletionsAPIForOldModels to default to true (#64347)
Changing azureUseDeprecatedCompletionsAPIForOldModels to default to trueso that customers who upgrade don't have to change siteadmin config <img width="323" alt="image" src="https://github.com/user-attachments/assets/a690b54b-aa43-43c3-9f7d-202f161866bc"> ## Test plan Tested locally ## Changelog <!-- OPTIONAL; info at https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c -->
1 parent be015c5 commit 3b16059

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)