Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ FakeCompletions
Class
FakeCompletions
tests/test_llm_parser.py:144–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
monkeypatch.setattr(llm_parser,
"LLM_FALLBACK_DISABLED"
, False)
143
144
class
FakeCompletions:
145
def
create(self, **kwargs):
146
raise
RuntimeError(
"401 Unauthorized"
)
147
148
class
FakeChat:
149
def
__init__(self):
Callers
2
__init__
Method · 0.70
FakeChat
Class · 0.70
Calls
no outgoing calls
Tested by
1
__init__
Method · 0.56