AnswerMate / config.json
Brasd99's picture
Speed up
2b075d3
raw
history blame
437 Bytes
{
"MAX_QUESTIONS_COUNT": 10,
"MAX_TAGS_COUNT": 5,
"MAX_ATTEMPS": 1,
"WAIT_TIME": 1,
"CHATGPT_URL": "https://free.churchless.tech/v1/chat/completions",
"SYSTEM_PROMPT": "Your task is to give the most detailed answer to the question posed. At the beginning of the question, there are tags in square brackets specifying the subject of the question. It is necessary to answer in the language of the user's question"
}