mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-11 05:20:57 +00:00
doc: 在README.md链接wiki
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
# QChatGPT🤖
|
# QChatGPT🤖
|
||||||
|
|
||||||
|
- 到[项目Wiki](https://github.com/RockChinQ/QChatGPT/wiki)可了解项目详细信息
|
||||||
- 测试号: 2196084348
|
- 测试号: 2196084348
|
||||||
- 交流、答疑群: 204785790
|
- 交流、答疑群: 204785790
|
||||||
- **进群提问前请您`确保`已经找遍文档和issue均无法解决**
|
- **进群提问前请您`确保`已经找遍文档和issue均无法解决**
|
||||||
|
|||||||
@@ -49,14 +49,14 @@ class DatabaseManager:
|
|||||||
)
|
)
|
||||||
""")
|
""")
|
||||||
|
|
||||||
self.execute("""
|
# self.execute("""
|
||||||
create table if not exists `api_key_usage`(
|
# create table if not exists `api_key_usage`(
|
||||||
`id` INTEGER PRIMARY KEY AUTOINCREMENT,
|
# `id` INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||||
`key_md5` varchar(255) not null,
|
# `key_md5` varchar(255) not null,
|
||||||
`timestamp` bigint not null,
|
# `timestamp` bigint not null,
|
||||||
`usage` bigint not null
|
# `usage` bigint not null
|
||||||
)
|
# )
|
||||||
""")
|
# """)
|
||||||
|
|
||||||
self.execute("""
|
self.execute("""
|
||||||
create table if not exists `account_fee`(
|
create table if not exists `account_fee`(
|
||||||
|
|||||||
Reference in New Issue
Block a user