mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-11 00:06:04 +00:00
feat: 持久化和 web 接口基础架构
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -4,8 +4,8 @@ __pycache__/
|
||||
database.db
|
||||
qchatgpt.log
|
||||
/banlist.py
|
||||
plugins/
|
||||
!plugins/__init__.py
|
||||
/plugins/
|
||||
!/plugins/__init__.py
|
||||
/revcfg.py
|
||||
prompts/
|
||||
logs/
|
||||
@@ -34,4 +34,5 @@ bard.json
|
||||
res/instance_id.json
|
||||
.DS_Store
|
||||
/data
|
||||
botpy.log*
|
||||
botpy.log*
|
||||
/poc
|
||||
Reference in New Issue
Block a user