新增AI会话系统

This commit is contained in:
2025-10-29 23:56:57 +08:00
parent a893e54166
commit b247c57bbe
7 changed files with 761 additions and 0 deletions

6
data/ai_config.json Normal file
View File

@@ -0,0 +1,6 @@
{
"host": "localhost",
"port": 11434,
"model": "llama3.1"
}