fix(whatsapp.gblib): Fixed check status.

This commit is contained in:
Rodrigo Rodriguez 2025-01-27 11:37:41 -03:00
parent e17f4c8800
commit a654b9a35c

View file

@ -294,7 +294,7 @@ export class ChatServices {
azureOpenAIApiDeploymentName: azureOpenAILLMModel, azureOpenAIApiDeploymentName: azureOpenAILLMModel,
azureOpenAIApiVersion: azureOpenAIVersion, azureOpenAIApiVersion: azureOpenAIVersion,
temperature: 0, temperature: 0,
callbacks: [logHandler] // TODO: callbacks: [logHandler]
}); });
} }
return model; return model;