fix(whatsapp.gblib): Fixed check status.
This commit is contained in:
parent
e17f4c8800
commit
a654b9a35c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue