MCPcopy Create free account
hub / github.com/algorithmicsuperintelligence/optillm / __init__

Method __init__

optillm/inference.py:1775–1777  ·  view source on GitHub ↗
(self, client: 'InferenceClient')

Source from the content-addressed store, hash-verified

1773 class Chat:
1774 """OpenAI-compatible chat interface"""
1775 def __init__(self, client: 'InferenceClient'):
1776 self.client = client
1777 self.completions = self.Completions(client)
1778
1779 class Completions:
1780 def __init__(self, client: 'InferenceClient'):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected