mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2
This commit is contained in:
@@ -258,7 +258,7 @@ app.secret_key = secrets.token_hex()
|
|||||||
app.config['SESSION_TYPE'] = 'filesystem'
|
app.config['SESSION_TYPE'] = 'filesystem'
|
||||||
app.config['TEMPLATES_AUTO_RELOAD'] = True
|
app.config['TEMPLATES_AUTO_RELOAD'] = True
|
||||||
Session(app)
|
Session(app)
|
||||||
socketio = SocketIO(app, async_method="eventlet", manage_session=False, cors_allowed_origins='*')
|
socketio = SocketIO(app, async_method="eventlet", manage_session=False, cors_allowed_origins='*', max_http_buffer_size=10_000_000)
|
||||||
#socketio = SocketIO(app, async_method="eventlet", manage_session=False, cors_allowed_origins='*', logger=True, engineio_logger=True)
|
#socketio = SocketIO(app, async_method="eventlet", manage_session=False, cors_allowed_origins='*', logger=True, engineio_logger=True)
|
||||||
koboldai_vars = koboldai_settings.koboldai_vars(session, socketio)
|
koboldai_vars = koboldai_settings.koboldai_vars(session, socketio)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user