Skip to content

Commit

Permalink
Added /llm vhost permissions for chat observer (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: kgrim <kirill.grim@gmail.com>
  • Loading branch information
NeonKirill and kirgrim authored Nov 5, 2024
1 parent ba70c46 commit a09a12f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion neon_diana_utils/templates/rmq_backend_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,9 @@ permissions:
vhost: "/translation"
configure: ".*"
write: ".*"
read: ".*"
read: ".*"
- user: "chat_observer"
vhost: "/llm"
configure: ".*"
write: ".*"
read: ".*"

0 comments on commit a09a12f

Please sign in to comment.