Skip to content

Commit

Permalink
feat: change chat prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
terry committed May 24, 2024
1 parent 6c2d70a commit fa28ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend-ai-api/app/manager/qa_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def conversation(self, data):
- 질문은 무조건 5개만 해.
- 마지막 질문에 대한 답변은 그냥 맥락을 요약만 해.
- 특정 브랜드 제품을 절대 답변하지 마. 답변하면 벌칙이 있어.
- 마지막 질문에 대합 답변의 마지막에는 결과 페이지로 들어가라고 말해.
- 5번째 질문에 답변에서는 절대 질문하지 말고 결과 페이지로 들어가라고 말해.
""",
}
],
Expand Down

0 comments on commit fa28ef5

Please sign in to comment.