mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-01 03:48:24 +00:00
Quote Modal UI and fix doc (#432)
This commit is contained in:
@@ -131,7 +131,7 @@ ${systemPrompt}
|
||||
tokens: response.usage?.total_tokens || 0
|
||||
};
|
||||
} catch (error) {
|
||||
console.log('Your model may not support function_call');
|
||||
console.log('Your model may not support function_call', error);
|
||||
|
||||
return {
|
||||
arg: {},
|
||||
|
Reference in New Issue
Block a user