pub trait ModelService: Service<CreateChatCompletionRequest, Response = ProviderResponse, Error = BoxError> { }
Expand description
Trait alias for non-streaming model services
pub trait ModelService: Service<CreateChatCompletionRequest, Response = ProviderResponse, Error = BoxError> { }
Trait alias for non-streaming model services