You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/src/modules/nlp/nlp.service.ts
+9-11Lines changed: 9 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,8 @@ export class NlpService {
114
114
messages: [
115
115
{
116
116
role: 'system',
117
-
content: 'You are an expert at extracting project management information from conversations. Extract tasks, requirements, deadlines, project names, decisions, and other relevant information.',
117
+
content:
118
+
'You are an expert at extracting project management information from conversations. Extract tasks, requirements, deadlines, project names, decisions, and other relevant information.',
0 commit comments