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

Method __init__

tests/test_approaches.py:63–64  ·  view source on GitHub ↗
(self, mode)

Source from the content-addressed store, hash-verified

61
62 class Chat:
63 def __init__(self, mode):
64 self.completions = self.Completions(mode)
65
66 class Completions:
67 def __init__(self, mode):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected