Small change
This commit is contained in:
+2
-2
@@ -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.
|
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/
|
db: ./db/
|
||||||
openai:
|
openai:
|
||||||
@@ -8,4 +8,4 @@ openai:
|
|||||||
max_tokens: 2900
|
max_tokens: 2900
|
||||||
top_p: 1
|
top_p: 1
|
||||||
frequency_penalty: 0
|
frequency_penalty: 0
|
||||||
presence_penalty: 0
|
presence_penalty: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user