Skip to content

Commit

Permalink
✨ feat: api 전송 대화문 앞에 message 문구 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
gamgyul163 committed Nov 26, 2024
1 parent ba75b78 commit a6b800a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backend/apps/api/src/chats/chats.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class ChatsService {
},
{
role: 'user',
content: chat.content,
content: `message : ${chat.content}`,
},
],
};
Expand Down

0 comments on commit a6b800a

Please sign in to comment.