Initial commit of the code.

This commit is contained in:
Oleksandr Kozachuk
2023-04-07 15:14:34 +02:00
parent f98acf167d
commit a9dbf87a76
14 changed files with 902 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
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:
api_key: sk-XXX
model: gpt-4
temperature: 0.8
max_tokens: 2900
top_p: 1
frequency_penalty: 0
presence_penalty: 0