Skip to content

Commit

Permalink
Fixed queue name
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinyanakiev committed May 18, 2024
1 parent ebe2d07 commit 0237236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "EUPL-1.2"
Expand Down

0 comments on commit 0237236

Please sign in to comment.