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

Method __init__

tests/test_approaches.py:25–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23class MockClient:
24 """Mock OpenAI client for testing"""
25 def __init__(self):
26 self.chat = self.Chat()
27
28 class Chat:
29 def __init__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected