fix: gpt35 4k
This commit is contained in:
@@ -87,7 +87,7 @@ export async function generateQA(): Promise<any> {
|
||||
// 请求 chatgpt 获取回答
|
||||
const response = await Promise.all(
|
||||
[data.q].map((text) =>
|
||||
modelServiceToolMap[OpenAiChatEnum.GPT35]
|
||||
modelServiceToolMap[OpenAiChatEnum.GPT3516k]
|
||||
.chatCompletion({
|
||||
apiKey: systemAuthKey,
|
||||
temperature: 0.8,
|
||||
|
||||
Reference in New Issue
Block a user