feat: 基本架构

This commit is contained in:
Rock Chin
2022-12-07 22:27:05 +08:00
parent 4ed13bcdf2
commit 4303487d32
11 changed files with 126 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
mirai_http_api_config = {
"host": "",
"port": 8080,
"verifyKey": "",
"qq": 0
}
@@ -18,5 +17,10 @@ openai_config = {
}
completion_api_params = {
}
"model": "text-davinci-003",
"temperature": 0.9,
"max_tokens": 1024,
"top_p": 1,
"frequency_penalty": 0.4,
"presence_penalty": 0.3,
}