From 7107f8643c744706ab991dcd654210d83e4ed14f Mon Sep 17 00:00:00 2001 From: Mohammad Amin Date: Tue, 23 Jan 2024 09:47:51 +0330 Subject: [PATCH] getting to the reall first version! Nothing has changed but the tempo seems not showing the service. Trying again with the original previous codes. --- celery_app/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celery_app/tasks.py b/celery_app/tasks.py index 7828317..b32e1c3 100644 --- a/celery_app/tasks.py +++ b/celery_app/tasks.py @@ -45,7 +45,7 @@ def ask_question_auto_search( """ load_dotenv() otel_endpoint = os.getenv("TRACELOOP_BASE_URL") - Traceloop.init(app_name="hivemind-server", api_endpoint=otel_endpoint) + Traceloop.init(api_endpoint=otel_endpoint, app_name="Hivemind-server") prefix = f"COMMUNITY_ID: {community_id} | " logging.info(f"{prefix}Processing question!")