Skip to content

Commit 4b18c15

Browse files
gpt-4o-mini
1 parent ce361b3 commit 4b18c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/langchain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export async function generateCarouselSlides(
7272
function startModelClient(api_key: string) {
7373
return new ChatOpenAI({
7474
openAIApiKey: api_key,
75-
modelName: "gpt-3.5-turbo-1106",
75+
modelName: "gpt-4o-mini",
7676
temperature: 0,
7777
}).bind({
7878
// TODO Migrate to Tool and force to call the function with tool choice

0 commit comments

Comments
 (0)