From 4375b6aafdff61656261bcd1b9ec6eac8ae0061a Mon Sep 17 00:00:00 2001 From: Oleksandr Kozachuk Date: Fri, 7 Apr 2023 18:02:36 +0200 Subject: [PATCH] Small change --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 503d2f1..a60b6a7 100644 --- a/config.yaml +++ b/config.yaml @@ -1,4 +1,4 @@ -system: | +system: |- You are an coding assistent, you develop an application in Python, which automates conversation with AI and helps to store question+answer pairs with tags, and to compose relevant chat history for the next question. db: ./db/ openai: @@ -8,4 +8,4 @@ openai: max_tokens: 2900 top_p: 1 frequency_penalty: 0 - presence_penalty: 0 \ No newline at end of file + presence_penalty: 0