feat: add llama command

This commit is contained in:
2024-09-24 20:51:20 +08:00
parent 82f4b3c542
commit 7e2d2d7cdb
8 files changed
+70 -12

No files matched your search

+4 -1
View File
@@ -13,6 +13,7 @@
"imageType": "PNG",
"openAIAPIHost": "https://api.moonshot.cn",
"openAIAPIKey": "114514",
"openAIModel": "moonshot-v1-8k",
"smtpHost": "127.0.0.1",
"smtpPort": 25,
"smtpUser": "114514",
@@ -21,5 +22,7 @@
"admins": [
3458671395
],
"enableAntiRevoke": true
"enableAntiRevoke": true,
"llamaUrl": "http://127.0.0.1",
"llamaModel": "llama3.1"
}