Skip to main content

make_client

Function make_client 

Source
pub fn make_client(
    api_key: String,
    model: ModelId,
) -> Result<AnyClient, LLMError>
Expand description

Create a client based on the model ID Uses the existing factory pattern from factory.rs