mirror of
https://github.com/katanemo/plano.git
synced 2026-05-08 23:32:43 +02:00
[BUG FIX] Add missing chat completions request hint (#116)
Signed-off-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>
This commit is contained in:
parent
07ef1af24f
commit
10b5c5b42c
3 changed files with 9 additions and 2 deletions
|
|
@ -11,3 +11,4 @@ pub const MODEL_SERVER_NAME: &str = "model_server";
|
|||
pub const ARCH_ROUTING_HEADER: &str = "x-arch-llm-provider";
|
||||
pub const ARCH_MESSAGES_KEY: &str = "arch_messages";
|
||||
pub const ARCH_PROVIDER_HINT_HEADER: &str = "x-arch-llm-provider-hint";
|
||||
pub const CHAT_COMPLETIONS_PATH: &str = "v1/chat/completions";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue