diff --git a/config.py b/config.py index e4bb3af..fce518f 100644 --- a/config.py +++ b/config.py @@ -9,7 +9,7 @@ "rabbitmq_host": os.getenv('RABBITMQ_HOST'), "rabbitmq_user": os.getenv('RABBITMQ_USER'), "rabbitmq_password": os.getenv('RABBITMQ_PASSWORD'), - "rabbitmqrequestqueue": "alkemio-virtual-contributor-engine-guidance", + "rabbitmqrequestqueue": "virtual-contributor-engine-guidance", "source_website": os.getenv('AI_SOURCE_WEBSITE'), "website_repo": os.getenv('AI_WEBSITE_REPO'), "source_website2": os.getenv('AI_SOURCE_WEBSITE2'), diff --git a/pyproject.toml b/pyproject.toml index 5867e10..e77b1c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "virtual-contributor-engine-guidance" -version = "0.7.0" +version = "0.7.1" description = "Alkemio Generative AI Guidance Engine" authors = ["Alkemio BV "] license = "EUPL-1.2"