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

Method __init__

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

Source from the content-addressed store, hash-verified

57 - "length": a choice truncated with finish_reason == "length"
58 """
59 def __init__(self, mode):
60 self.chat = self.Chat(mode)
61
62 class Chat:
63 def __init__(self, mode):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected