mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 05:19:51 +00:00
Extraction schema (#398)
This commit is contained in:
@@ -105,7 +105,7 @@ async function functionCall({
|
||||
required: ['type']
|
||||
}
|
||||
};
|
||||
const ai = getAIApi(user.openaiAccount);
|
||||
const ai = getAIApi(user.openaiAccount, 48000);
|
||||
|
||||
const response = await ai.chat.completions.create({
|
||||
model: cqModel.model,
|
||||
|
Reference in New Issue
Block a user