feat(ChatServices): specify model as 'gpt-4' for improved performance
All checks were successful
GBCI / build (push) Successful in 1m26s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-05-12 09:20:28 -03:00
parent bb05685767
commit 24d2b10afb

View file

@ -302,8 +302,6 @@ export class ChatServices {
azureOpenAIApiDeploymentName: azureOpenAILLMModel,
azureOpenAIApiVersion: azureOpenAIVersion,
temperature: 0,
model: 'gpt-4'
// TODO: callbacks: [logHandler]
});
}
return model;