mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-03-10 22:44:22 +00:00
upgraded
This commit is contained in:
parent
1c9307a23e
commit
2b5876c5dc
4
.gitignore
vendored
4
.gitignore
vendored
@ -163,4 +163,6 @@ extensions/
|
|||||||
web/.env.build
|
web/.env.build
|
||||||
web/.env.dev
|
web/.env.dev
|
||||||
web/.env.development
|
web/.env.development
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
|
*.crdownload
|
2
app.py
2
app.py
@ -45,7 +45,7 @@ log = logging.getLogger('werkzeug')
|
|||||||
log.setLevel(logging.ERROR)
|
log.setLevel(logging.ERROR)
|
||||||
|
|
||||||
app = Flask("GPT4All-WebUI", static_url_path="/static", static_folder="static")
|
app = Flask("GPT4All-WebUI", static_url_path="/static", static_folder="static")
|
||||||
socketio = SocketIO(app, cors_allowed_origins="*", async_mode='gevent', ping_timeout=60, ping_interval=15)
|
socketio = SocketIO(app, cors_allowed_origins="*", async_mode='gevent', ping_timeout=200, ping_interval=15)
|
||||||
|
|
||||||
app.config['SECRET_KEY'] = 'secret!'
|
app.config['SECRET_KEY'] = 'secret!'
|
||||||
# Set the logging level to WARNING or higher
|
# Set the logging level to WARNING or higher
|
||||||
|
Loading…
x
Reference in New Issue
Block a user