MCPcopy Create free account
hub / github.com/Spinachead/arg / api_address

Function api_address

app/utils.py:316–318  ·  view source on GitHub ↗

返回 API 地址

(is_public: bool = False)

Source from the content-addressed store, hash-verified

314 }
315 }
316def api_address(is_public: bool = False) -> str:
317 """返回 API 地址"""
318 return "http://127.0.0.1:7861"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected