MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / get_extra_headers

Function get_extra_headers

openkb/config.py:218–220  ·  view source on GitHub ↗

Return a copy of the process-wide extra headers for LLM requests.

()

Source from the content-addressed store, hash-verified

216
217
218def get_extra_headers() -> dict[str, str]:
219 """Return a copy of the process-wide extra headers for LLM requests."""
220 return dict(_runtime_extra_headers)
221
222
223# Process-wide LLM request timeout (seconds), set from config by the CLI and

Calls

no outgoing calls