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
2023-04-03 01:00:24 +08:00

14 lines
273 B
INI

[app]
NAME=APP_NAME
SECRET_KEY=SOME_RANDOM_STRING
SQLALCHEMY_DATABASE_URI=sqlite:///sqlite.db
#SQLALCHEMY_DATABASE_URI=mysql://username:password@server/db
[network]
PROXY=http://127.0.0.1:7890
[openai]
API_KEY=
MODEL_NAME=gpt-3.5-turbo
PROMPT=You are a helpful assistant