This commit is contained in:
Archer
2023-10-17 10:00:32 +08:00
committed by GitHub
parent dd8f2744bf
commit 3b776b6639
98 changed files with 1525 additions and 983 deletions

View File

@@ -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