Extraction schema (#398)
This commit is contained in:
@@ -126,7 +126,7 @@ async function functionCall({
|
||||
}
|
||||
};
|
||||
|
||||
const ai = getAIApi(user.openaiAccount);
|
||||
const ai = getAIApi(user.openaiAccount, 480000);
|
||||
|
||||
const response = await ai.chat.completions.create({
|
||||
model: extractModel.model,
|
||||
|
||||
Reference in New Issue
Block a user