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

Class FakeClient

tests/test_llm_parser.py:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 captured = {}
29
30 class FakeClient:
31 def __init__(self, **kwargs):
32 captured.update(kwargs)
33
34 monkeypatch.delenv("OPENAI_API_KEY", raising=False)
35 monkeypatch.delenv("OPENAI_BASE_URL", raising=False)

Calls 1

FakeChatClass · 0.70