mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +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.dev
|
||||
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)
|
||||
|
||||
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!'
|
||||
# Set the logging level to WARNING or higher
|
||||
|
Loading…
Reference in New Issue
Block a user