MCPcopy Index your code
hub / github.com/algorithmicsuperintelligence/optillm / create_inference_client

Function create_inference_client

optillm/inference.py:2140–2142  ·  view source on GitHub ↗

Factory function to create an inference client

()

Source from the content-addressed store, hash-verified

2138 }
2139
2140def create_inference_client() -> InferenceClient:
2141 """Factory function to create an inference client"""
2142 return InferenceClient()
2143
2144def parse_model_string(model: str) -> ModelConfig:
2145 """Parse the model string to extract base model and adapter IDs"""

Callers 1

get_configFunction · 0.90

Calls 1

InferenceClientClass · 0.85

Tested by

no test coverage detected