We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae1a6ef + 2a4ec0c commit 493303eCopy full SHA for 493303e
1 file changed
application/api/answer/routes.py
@@ -213,13 +213,13 @@ def save_conversation(
213
"role": "assistant",
214
"content": "Summarise following conversation in no more than 3 "
215
"words, respond ONLY with the summary, use the same "
216
- "language as the system",
+ "language as the user query",
217
},
218
{
219
"role": "user",
220
"content": "Summarise following conversation in no more than 3 words, "
221
"respond ONLY with the summary, use the same language as the "
222
- "system \n\nUser: " + question + "\n\n" + "AI: " + response,
+ "user query \n\nUser: " + question + "\n\n" + "AI: " + response,
223
224
]
225
0 commit comments