katanemo / arch

Arch is an intelligent prompt gateway. Engineered with (fast) LLMs for the secure handling, robust observability, and seamless integration of prompts with APIs - all outside business logic. Built by the core contributors of Envoy proxy, on Envoy.
https://archgw.com
Apache License 2.0
367 stars 19 forks source link

Fix to issue #171 rename arch_messages => messages #211

Open itsazibfarooq opened 13 hours ago

itsazibfarooq commented 13 hours ago

In the rust-backbone, I have updated the key 'ARCH_MESSAGES_KEY' to 'MESSAGES_KEY'. image

variable name with "arch_messages" prefix are not changed as per the issue #171 only key name is changed.

P.S. Demo code is not tempered as well.