Skip to content

Commit

Permalink
Merge pull request #6 from JongMany/feat/edit-memory
Browse files Browse the repository at this point in the history
feat: additional_instructions 수정
  • Loading branch information
JongMany authored Oct 21, 2024
2 parents 20f7d23 + d8cce62 commit 316a7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpt/gpt.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 316a7e6

Please sign in to comment.