We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea1088 commit 3829f21Copy full SHA for 3829f21
adminforth/documentation/docs/tutorial/05-ListOfAdapters.md
@@ -155,7 +155,7 @@ import CompletionAdapterOpenAIChatGPT from "@adminforth/completion-adapter-open-
155
156
new CompletionAdapterOpenAIChatGPT({
157
openAiApiKey: process.env.OPENAI_API_KEY as string,
158
- model: 'gpt-4o',
+ model: 'gpt-5.2',
159
expert: {
160
temperature: 0.7
161
}
0 commit comments