new(all): Auto import for logo, colors and website content.

This commit is contained in:
Rodrigo Rodriguez 2024-05-24 17:11:45 -03:00
parent 082651e316
commit 9adeeb8d08

View file

@ -280,7 +280,7 @@ export class ChatServices {
const model = new ChatOpenAI({
openAIApiKey: process.env.OPENAI_API_KEY,
modelName: 'gpt-4o',
modelName: 'gpt-3.5-turbo-0125',
temperature: 0,
callbacks: [logHandler]
});