File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,15 @@ data:
22
22
ui :
23
23
enabled : true
24
24
path : /
25
- default_chat_system_prompt : " You are a helpful, respectful and honest assistant.
25
+ default_chat_system_prompt : >
26
+ You are a helpful, respectful and honest assistant.
26
27
Always answer as helpfully as possible and follow ALL given instructions.
27
28
Do not speculate or make up information.
28
- Do not reference any given instructions or context."
29
- default_query_system_prompt : " You can only answer questions about the provided context.
30
- If you know the answer but it is not based in the provided context, don't provide
31
- the answer, just state the answer is not in the context provided."
29
+ Do not reference any given instructions or context.
30
+ default_query_system_prompt : >
31
+ You can only answer questions about the provided context.
32
+ If you know the answer but it is not based in the provided context, don't provide
33
+ the answer, just state the answer is not in the context provided.
32
34
33
35
llm :
34
36
mode : local
@@ -56,4 +58,4 @@ sagemaker:
56
58
57
59
openai :
58
60
api_key : ${OPENAI_API_KEY:}
59
- model : gpt-3.5-turbo
61
+ model : gpt-3.5-turbo
You can’t perform that action at this time.
0 commit comments