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

Method chat

tests/test_mars_parallel.py:80–85  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

78
79 @property
80 def chat(self):
81 return type('obj', (), {
82 'completions': type('obj', (), {
83 'create': self.chat_completions_create
84 })()
85 })()
86
87
88class TestMARSParallel(unittest.TestCase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected