Skip to content

Commit

Permalink
fix(settings): correct yaml multiline string (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
cognitivetech committed Dec 16, 2023
1 parent 4e496e9 commit 2564f8d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ data:
ui:
enabled: true
path: /
default_chat_system_prompt: "You are a helpful, respectful and honest assistant.
default_chat_system_prompt: >
You are a helpful, respectful and honest assistant.
Always answer as helpfully as possible and follow ALL given instructions.
Do not speculate or make up information.
Do not reference any given instructions or context."
default_query_system_prompt: "You can only answer questions about the provided context.
If you know the answer but it is not based in the provided context, don't provide
the answer, just state the answer is not in the context provided."
Do not reference any given instructions or context.
default_query_system_prompt: >
You can only answer questions about the provided context.
If you know the answer but it is not based in the provided context, don't provide
the answer, just state the answer is not in the context provided.
llm:
mode: local
Expand Down Expand Up @@ -56,4 +58,4 @@ sagemaker:

openai:
api_key: ${OPENAI_API_KEY:}
model: gpt-3.5-turbo
model: gpt-3.5-turbo

0 comments on commit 2564f8d

Please sign in to comment.