Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ResearAI/DeepReviewer-v2
/ _resolved_api_key
Function
_resolved_api_key
deepreview/runner.py:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
32
33
def
_resolved_api_key() -> str:
34
settings = get_settings()
35
return
str(settings.openai_api_key or
'EMPTY'
)
36
37
38
def
_build_mineru_adapter() -> MineruAdapter:
Callers
2
_build_run_config
Function · 0.85
_build_agent_model
Function · 0.85
Calls
1
get_settings
Function · 0.90
Tested by
no test coverage detected