MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / is_remote_backend

Function is_remote_backend

utils/config.py:146–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144
145# Helpers — True for any backend that uses a remote OpenAI-compatible API
146def is_remote_backend() -> bool:
147 return CODEY_BACKEND in ("openrouter", "unlimitedclaude")
148
149def is_remote_planner_backend() -> bool:
150 return CODEY_PLANNER_BACKEND in ("openrouter", "unlimitedclaude")

Callers 3

replFunction · 0.90
_get_chat_backendFunction · 0.90
inferFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected