mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-28 17:29:44 +00:00
v4.5 (#403)
This commit is contained in:
@@ -73,7 +73,7 @@ export async function generateQA(): Promise<any> {
|
||||
];
|
||||
const ai = getAIApi(undefined, 480000);
|
||||
const chatResponse = await ai.chat.completions.create({
|
||||
model: global.qaModel.model,
|
||||
model: global.qaModels[0].model,
|
||||
temperature: 0.01,
|
||||
messages,
|
||||
stream: false
|
||||
|
Reference in New Issue
Block a user