多模态聊天窗口

This commit is contained in:
2026-06-09 12:04:12 +08:00
commit 239c9493f8
5 changed files with 2087 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# 编译产物
aichat
aichat.exe
# Unix socket
*.sock
# IDE
.idea/
.vscode/
# 配置文件(含 API Key
config.yaml
# 本地配置覆盖
config.local.yaml
conversations
tmp
*.exe
*.exe~