This repository has been archived on 2023-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
web-gpt/config.ini

11 lines
176 B
INI
Raw Normal View History

2023-03-31 22:53:52 +08:00
[app]
NAME=APP_NAME
SECRET_KEY=SOME_RANDOM_STRING
2023-04-01 19:38:43 +08:00
SQLALCHEMY_DATABASE_URI=sqlite:///sqlite.db
[network]
PROXY=http://127.0.0.1:7890
[gpt]
SECRET_KEY=
MODEL_NAME=gpt-3.5-turbo