Quote Modal UI and fix doc (#432)

This commit is contained in:
Archer
2023-10-25 20:13:32 +08:00
committed by GitHub
parent f2fb0aedfd
commit 008d0af010
6 changed files with 14 additions and 12 deletions

View File

@@ -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: {},