Skip to content

Commit 490adde

Browse files
xion-chokimohiomanbo
authored andcommitted
fix: correct name typo from 'Compatability' to 'Compatibility'
Signed-off-by: Changho Kim <[email protected]>
1 parent e2512b3 commit 490adde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/spring-ai-azure-openai/src/main/java/org/springframework/ai/azure/openai/AzureOpenAiResponseFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public enum AzureOpenAiResponseFormat {
2727
// default value used by OpenAI
2828
TEXT,
2929
/*
30-
* From the OpenAI API documentation: Compatability: Compatible with GPT-4 Turbo and
30+
* From the OpenAI API documentation: Compatibility: Compatible with GPT-4 Turbo and
3131
* all GPT-3.5 Turbo models newer than gpt-3.5-turbo-1106. Caveats: This enables JSON
3232
* mode, which guarantees the message the model generates is valid JSON. Important:
3333
* when using JSON mode, you must also instruct the model to produce JSON yourself via

0 commit comments

Comments
 (0)