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

Class FakeChat

tests/test_llm_parser.py:148–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 raise RuntimeError("401 Unauthorized")
147
148 class FakeChat:
149 def __init__(self):
150 self.completions = FakeCompletions()
151
152 class FakeClient:
153 def __init__(self):

Callers 2

__init__Method · 0.70
FakeClientClass · 0.70

Calls 1

FakeCompletionsClass · 0.70

Tested by 1

__init__Method · 0.56