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 ce361b3 commit 4b18c15Copy full SHA for 4b18c15
src/lib/langchain.ts
@@ -72,7 +72,7 @@ export async function generateCarouselSlides(
72
function startModelClient(api_key: string) {
73
return new ChatOpenAI({
74
openAIApiKey: api_key,
75
- modelName: "gpt-3.5-turbo-1106",
+ modelName: "gpt-4o-mini",
76
temperature: 0,
77
}).bind({
78
// TODO Migrate to Tool and force to call the function with tool choice
0 commit comments