Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ FakeChat
Class
FakeChat
tests/test_providers.py:181–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
return
FakeResponse()
180
181
class
FakeChat:
182
completions = FakeCompletions()
183
184
class
FakeClient:
185
chat = FakeChat()
Callers
1
FakeClient
Class · 0.70
Calls
1
FakeCompletions
Class · 0.70
Tested by
no test coverage detected