diff --git a/eveai_app/__init__.py b/eveai_app/__init__.py index ff69824..c5cc42f 100644 --- a/eveai_app/__init__.py +++ b/eveai_app/__init__.py @@ -62,6 +62,8 @@ def register_extensions(app): def register_blueprints(app): from .views.user_views import user_bp app.register_blueprint(user_bp) + from .views.basic_views import basic_bp + app.register_blueprint(basic_bp) def register_api(app): diff --git a/eveai_app/templates/base.html b/eveai_app/templates/base.html index 984bdde..e721e16 100644 --- a/eveai_app/templates/base.html +++ b/eveai_app/templates/base.html @@ -1,27 +1,7 @@ -
- - - - -Interact with your customers in a modern and futureproof way, using the latest technololgie.
+Use the latest Large Language Models (think ChatGPT) to expose your knowledge and information.
+Ensure your virtual assistant is up to date with your information.
+If required, enrich your information with the general knowledge of the world.
+