ChatMastermind/config.yaml
Oleksandr Kozachuk 4375b6aafd Small change
2023-04-07 18:02:36 +02:00

12 lines
374 B
YAML

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