mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-12 08:46:02 +00:00
feat: 基本架构
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user