Small change
This commit is contained in:
parent
eb1aec6d42
commit
4375b6aafd
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user