Skip to content

Commit a654b9a

Browse files
fix(whatsapp.gblib): Fixed check status.
1 parent e17f4c8 commit a654b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/llm.gblib/services/ChatServices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ export class ChatServices {
294294
azureOpenAIApiDeploymentName: azureOpenAILLMModel,
295295
azureOpenAIApiVersion: azureOpenAIVersion,
296296
temperature: 0,
297-
callbacks: [logHandler]
297+
// TODO: callbacks: [logHandler]
298298
});
299299
}
300300
return model;

0 commit comments

Comments
 (0)