MCPcopy Index your code
hub / github.com/CopilotKit/OpenGenerativeUI / test_default_model_is_fable

Function test_default_model_is_fable

apps/agent/tests/test_model.py:17–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16
17def test_default_model_is_fable():
18 model = build_model()
19 assert isinstance(model, ChatAnthropic)
20 assert model.model == "claude-fable-5"
21
22
23def test_llm_model_env_override(monkeypatch: pytest.MonkeyPatch):

Callers

nothing calls this directly

Calls 1

build_modelFunction · 0.90

Tested by

no test coverage detected