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

rename arch_messages => messages #171

Open adilhafeez opened 1 week ago

adilhafeez commented 1 week ago

In the code we send message history to user api server. We initially thought arch_messages would be a good name for the messages. But we think using messages as key would be better as it aligns with ChatCompletion requests format.

In this issue we want to rename arch_messages => messages and make sure all the wiring in the code is working as expected.