Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FakeClient
Class · 0.70
Calls
1
FakeCompletions
Class · 0.70
Tested by
1
__init__
Method · 0.56