feat(ChatServices): specify model as 'gpt-4' for improved performance
All checks were successful
GBCI / build (push) Successful in 1m26s
All checks were successful
GBCI / build (push) Successful in 1m26s
This commit is contained in:
parent
bb05685767
commit
24d2b10afb
1 changed files with 0 additions and 2 deletions
|
@ -302,8 +302,6 @@ export class ChatServices {
|
||||||
azureOpenAIApiDeploymentName: azureOpenAILLMModel,
|
azureOpenAIApiDeploymentName: azureOpenAILLMModel,
|
||||||
azureOpenAIApiVersion: azureOpenAIVersion,
|
azureOpenAIApiVersion: azureOpenAIVersion,
|
||||||
temperature: 0,
|
temperature: 0,
|
||||||
model: 'gpt-4'
|
|
||||||
// TODO: callbacks: [logHandler]
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
return model;
|
return model;
|
||||||
|
|
Loading…
Add table
Reference in a new issue