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

14 lines
273 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
2023-04-02 02:09:23 +08:00
#SQLALCHEMY_DATABASE_URI=mysql://username:password@server/db
2023-04-01 19:38:43 +08:00
[network]
PROXY=http://127.0.0.1:7890
2023-04-03 01:00:24 +08:00
[openai]
API_KEY=
2023-04-02 02:09:23 +08:00
MODEL_NAME=gpt-3.5-turbo
2023-04-03 01:00:24 +08:00
PROMPT=You are a helpful assistant