Improvements on the chat UI, prepare for supporting multiple models, and adding feedback to interactions.

This commit is contained in:
Josako
2024-06-14 15:05:46 +02:00
parent b77e1ab321
commit c5370c8026
8 changed files with 301 additions and 95 deletions

View File

@@ -27,7 +27,7 @@ def create_app(config_file=None):
init_celery(app.celery, app)
# Register Blueprints
register_blueprints(app)
# register_blueprints(app)
@app.route('/ping')
def ping():