[model-gateway] add anthropic message api spec (#14834)
This commit is contained in:
@@ -7,8 +7,10 @@ use std::sync::{Arc, RwLock};
|
||||
use dashmap::DashMap;
|
||||
use uuid::Uuid;
|
||||
|
||||
use crate::core::{ConnectionMode, RuntimeType, Worker, WorkerType};
|
||||
use crate::observability::metrics::RouterMetrics;
|
||||
use crate::{
|
||||
core::{ConnectionMode, RuntimeType, Worker, WorkerType},
|
||||
observability::metrics::RouterMetrics,
|
||||
};
|
||||
|
||||
/// Unique identifier for a worker
|
||||
#[derive(Debug, Clone, Hash, Eq, PartialEq)]
|
||||
|
||||
1726
sgl-model-gateway/src/protocols/messages.rs
Normal file
1726
sgl-model-gateway/src/protocols/messages.rs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -9,6 +9,7 @@ pub mod completion;
|
||||
pub mod embedding;
|
||||
pub mod event_types;
|
||||
pub mod generate;
|
||||
pub mod messages;
|
||||
pub mod rerank;
|
||||
pub mod responses;
|
||||
pub mod sampling_params;
|
||||
|
||||
Reference in New Issue
Block a user