AnswerMate / config.json
Brasd99's picture
Back to default ChatGpt
5ea94b0
raw
history blame
512 Bytes
{
"MAX_QUESTIONS_COUNT": 10,
"MAX_TAGS_COUNT": 5,
"MAX_ATTEMPS": 5,
"WAIT_TIME": 1,
"CHATGPT_URL": "https://free.churchless.tech/v1/chat/completions",
"SBER_GRT": "ai-forever/rugpt3small_based_on_gpt2",
"USE_SBER": 0,
"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"
}