feat(ChatServices): specify model as 'gpt-4' for improved performance
All checks were successful
GBCI / build (push) Successful in 56s
All checks were successful
GBCI / build (push) Successful in 56s
This commit is contained in:
parent
83107fbf91
commit
bb05685767
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