Skip to content

Commit 2564f8d

Browse files
author
cognitivetech
authored
fix(settings): correct yaml multiline string (#1403)
1 parent 4e496e9 commit 2564f8d

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

settings.yaml

+8-6
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ data:
2222
ui:
2323
enabled: true
2424
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.
2627
Always answer as helpfully as possible and follow ALL given instructions.
2728
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.
3234
3335
llm:
3436
mode: local
@@ -56,4 +58,4 @@ sagemaker:
5658

5759
openai:
5860
api_key: ${OPENAI_API_KEY:}
59-
model: gpt-3.5-turbo
61+
model: gpt-3.5-turbo

0 commit comments

Comments
 (0)