diff --git a/src/gpt/gpt.service.ts b/src/gpt/gpt.service.ts index a70489a..67d9f38 100644 --- a/src/gpt/gpt.service.ts +++ b/src/gpt/gpt.service.ts @@ -99,7 +99,7 @@ export class GptService { }, ], additional_instructions: - '\n 6. Please save user profile when user gives user information', + '\n 6. Please call function_calling when user gives user information', }, ); console.log('Assistant response2', response);