mirror of
https://github.com/katanemo/plano.git
synced 2026-05-12 01:02:56 +02:00
Update chatbot UI and update hallucination check (#218)
* update chatbot UI * Update docker-compose for demos * Fix bugs * fix for emtadata (#219) * fix for emtadata * fix * revert * merge main --------- Co-authored-by: CTran <cotran2@utexas.edu>
This commit is contained in:
parent
05f0491f76
commit
5f3aff4922
9 changed files with 129 additions and 34 deletions
|
|
@ -25,3 +25,4 @@ pub const ARCH_INTERNAL_CLUSTER_NAME: &str = "arch_internal";
|
|||
pub const ARCH_UPSTREAM_HOST_HEADER: &str = "x-arch-upstream";
|
||||
pub const ARCH_LLM_UPSTREAM_LISTENER: &str = "arch_llm_listener";
|
||||
pub const ARCH_MODEL_PREFIX: &str = "Arch";
|
||||
pub const HALLUCINATION_TEMPLATE: &str = "It seems I’m missing some information. Could you provide the following details ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue