Settings And BYOK¶
God Code supports both configuration-file setup and live interactive updates from inside chat.
Best Interactive Path¶
Use:
/menu -> Edit setting
This exposes all common config fields, including:
api_keyoauth_tokenprovidermodelbase_urlgodot_pathmodereasoning_effortstreamingsession_dir
Sensitive Fields¶
These use hidden input:
api_keyoauth_token
They are also masked in status/settings output.
Switching Provider¶
Inside chat:
/provider
or:
/menu -> Switch provider
If the new provider requires a different key, God Code will prompt for it.
Inline Overrides¶
Examples:
/set model gpt-5.4
/set godot_path /Applications/Godot.app/Contents/MacOS/Godot
/set streaming false
Use inline commands when you already know the exact setting name and value.