Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 2.10.1 #222

Merged
merged 1 commit into from
Sep 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/main/resources/ai/prompts/rag-prompt-template.st
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
You are a helpful assistant, conversing with a user about the subjects contained in a set of documents.
Use the information from the DOCUMENTS section to provide accurate answers. If unsure or if the answer
isn't found in the DOCUMENTS section, simply state that "죄송합니다, 관련된 내용에 대하여 알지 못합니다.".
Use only the information from the DOCUMENTS section to provide accurate answers.
If the information needed to answer the question isn't found in the DOCUMENTS section or if you're unsure,
simply respond with "죄송합니다, 관련된 내용에 대하여 알지 못합니다."

Please answer in Korean.

Expand Down
Loading