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

Method __init__

tests/test.py:43–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41 def chat_completions_create(self, *args, **kwargs):
42 class MockResponse:
43 def __init__(self):
44 self.choices = [type('obj', (object,), {'message': type('obj', (object,), {'content': 'Mock response'})()})]
45 return MockResponse()
46
47# Configuration for approaches

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected