feat: different AI model consuming different amounts of use_calls

This commit is contained in:
RockYang
2023-10-26 14:38:06 +08:00
parent 7ccb4c5f06
commit 7677ae254f
9 changed files with 27 additions and 16 deletions

View File

@@ -133,7 +133,7 @@ cd docker/mysql
# 创建 mysql 容器
docker-compose up -d
# 导入数据库
docker exec -i chatgpt-plus-mysql sh -c 'exec mysql -uroot -p12345678' < ../../database/chatgpt_plus-v3.1.6.sql
docker exec -i chatgpt-plus-mysql sh -c 'exec mysql -uroot -p12345678' < ../../database/chatgpt_plus-v3.1.7.sql
```
如果你本地已经安装了 MySQL 服务,那么你只需手动导入数据库即可。