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

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-05-11 23:19:44 -03:00
parent 83107fbf91
commit bb05685767

View file

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