Skip to content

Commit 3829f21

Browse files
committed
docs: update example for the openAI adapter in list of adapters
1 parent 7ea1088 commit 3829f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/documentation/docs/tutorial/05-ListOfAdapters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ import CompletionAdapterOpenAIChatGPT from "@adminforth/completion-adapter-open-
155155

156156
new CompletionAdapterOpenAIChatGPT({
157157
openAiApiKey: process.env.OPENAI_API_KEY as string,
158-
model: 'gpt-4o',
158+
model: 'gpt-5.2',
159159
expert: {
160160
temperature: 0.7
161161
}

0 commit comments

Comments
 (0)