new(all): Auto import for logo, colors and website content.
This commit is contained in:
parent
082651e316
commit
9adeeb8d08
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ export class ChatServices {
|
||||||
|
|
||||||
const model = new ChatOpenAI({
|
const model = new ChatOpenAI({
|
||||||
openAIApiKey: process.env.OPENAI_API_KEY,
|
openAIApiKey: process.env.OPENAI_API_KEY,
|
||||||
modelName: 'gpt-4o',
|
modelName: 'gpt-3.5-turbo-0125',
|
||||||
temperature: 0,
|
temperature: 0,
|
||||||
callbacks: [logHandler]
|
callbacks: [logHandler]
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue