rename archgw_model_sever => model_server (#106)

This commit is contained in:
Adil Hafeez 2024-10-01 11:24:43 -07:00 committed by GitHub
parent 8654d3d5c5
commit 1a7c1ad0a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 16 additions and 35 deletions

View file

@ -7,6 +7,6 @@ pub const USER_ROLE: &str = "user";
pub const GPT_35_TURBO: &str = "gpt-3.5-turbo";
pub const ARC_FC_CLUSTER: &str = "arch_fc";
pub const ARCH_FC_REQUEST_TIMEOUT_MS: u64 = 120000; // 2 minutes
pub const MODEL_SERVER_NAME: &str = "archgw_model_server";
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";