Skip to content

Commit

Permalink
fix(whatsapp.gblib): Fixed check status.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Jan 27, 2025
1 parent e17f4c8 commit a654b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/llm.gblib/services/ChatServices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export class ChatServices {
azureOpenAIApiDeploymentName: azureOpenAILLMModel,
azureOpenAIApiVersion: azureOpenAIVersion,
temperature: 0,
callbacks: [logHandler]
// TODO: callbacks: [logHandler]
});
}
return model;
Expand Down

0 comments on commit a654b9a

Please sign in to comment.