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