MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / create

Method create

tests/test_llm_parser.py:145–146  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

143
144 class FakeCompletions:
145 def create(self, **kwargs):
146 raise RuntimeError("401 Unauthorized")
147
148 class FakeChat:
149 def __init__(self):

Callers

nothing calls this directly

Calls 2

getMethod · 0.80
FakeResponseClass · 0.70

Tested by

no test coverage detected