feat(ChatServices): specify model as 'gpt-4' for improved performance
This commit is contained in:
parent
1292573222
commit
84ab8f37f0
1 changed files with 1 additions and 0 deletions
|
|
@ -302,6 +302,7 @@ export class ChatServices {
|
||||||
azureOpenAIApiDeploymentName: azureOpenAILLMModel,
|
azureOpenAIApiDeploymentName: azureOpenAILLMModel,
|
||||||
azureOpenAIApiVersion: azureOpenAIVersion,
|
azureOpenAIApiVersion: azureOpenAIVersion,
|
||||||
temperature: 0,
|
temperature: 0,
|
||||||
|
model: 'gpt-4'
|
||||||
// TODO: callbacks: [logHandler]
|
// TODO: callbacks: [logHandler]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue