Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/volcengine/OpenViking
/ _green
Function
_green
openviking_cli/setup_wizard.py:66–67 ·
view source on GitHub ↗
(t: str)
Source
from the content-addressed store, hash-verified
64
65
66
def
_green(t: str) -> str:
67
return
f
"\033[32m{t}\033[0m"
if
_USE_COLOR
else
t
68
69
70
def
_red(t: str) -> str:
Callers
10
_ensure_ollama
Function · 0.70
_ensure_model_pulled
Function · 0.70
_ensure_codex_auth
Function · 0.70
_select_embedding_preset
Function · 0.70
_select_vlm_preset
Function · 0.70
_prompt_llamacpp_embedding
Function · 0.70
_wizard_two_step
Function · 0.70
_wizard_server
Function · 0.70
_update_existing_config
Function · 0.70
run_init
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected