Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ __init__
Method
__init__
tests/test_llm_parser.py:296–297 ·
view source on GitHub ↗
(self, content)
Source
from the content-addressed store, hash-verified
294
295
class
FakeChatResponse:
296
def
__init__(self, content):
297
self.choices = [FakeChoice(content)]
298
299
class
FakeClient:
300
def
chat_completion(self, **kwargs):
Callers
nothing calls this directly
Calls
1
FakeChoice
Class · 0.70
Tested by
no test coverage detected