Ody / data /settings.json
ANJD's picture
Upload 387 files
4ac029f verified
Raw
History Blame Contribute Delete
3.79 kB
{
"image_gen_enabled": true,
"image_model": "",
"image_quality": "medium",
"vision_model": "",
"vision_enabled": true,
"vision_model_fallbacks": [],
"app_public_url": "",
"tts_enabled": true,
"tts_provider": "disabled",
"tts_model": "tts-1",
"tts_voice": "alloy",
"tts_speed": "1",
"stt_enabled": false,
"stt_provider": "disabled",
"stt_model": "base",
"stt_language": "",
"search_provider": "searxng",
"search_fallback_chain": [
"duckduckgo"
],
"search_url": "",
"search_result_count": 5,
"search_safesearch": "strict",
"brave_api_key": "",
"google_pse_key": "",
"google_pse_cx": "",
"tavily_api_key": "",
"serper_api_key": "",
"research_endpoint_id": "",
"research_model": "",
"research_search_provider": "",
"research_max_tokens": 16384,
"research_extraction_timeout_seconds": 90,
"research_planning_timeout_seconds": 90,
"research_query_timeout_seconds": 90,
"research_extraction_concurrency": 3,
"research_run_timeout_seconds": 1800,
"agent_max_tool_calls": 0,
"agent_max_rounds": 20,
"agent_input_token_budget": 6000,
"agent_input_token_hard_max": 200000,
"agent_stream_timeout_seconds": 300,
"tool_path_extra_roots": [],
"task_endpoint_id": "",
"task_model": "",
"default_endpoint_id": "d5e91b7f",
"default_model": "models/gemini-3.5-flash",
"default_model_fallbacks": [
{
"endpoint_id": "6fc3847b",
"model": "models/gemini-3.5-flash"
},
{
"endpoint_id": "f3848e70",
"model": "models/gemini-3.5-flash"
},
{
"endpoint_id": "ece6c92e",
"model": "models/gemini-3.5-flash"
},
{
"endpoint_id": "2d86da16",
"model": "models/gemini-3.5-flash"
},
{
"endpoint_id": "c5ad5bd6",
"model": "models/gemini-3.5-flash"
},
{
"endpoint_id": "f232ed02",
"model": "models/gemini-3.5-flash"
},
{
"endpoint_id": "340af0b0",
"model": "models/gemini-3.5-flash"
},
{
"endpoint_id": "c195b651",
"model": "models/gemini-3.5-flash"
},
{
"endpoint_id": "88e550aa",
"model": "devstral-2512"
},
{
"endpoint_id": "27ef6322",
"model": "devstral-2512"
},
{
"endpoint_id": "a3371271",
"model": "devstral-2512"
},
{
"endpoint_id": "22d60eaa",
"model": "devstral-2512"
},
{
"endpoint_id": "47881e0f",
"model": "devstral-2512"
},
{
"endpoint_id": "cd630caa",
"model": "devstral-2512"
},
{
"endpoint_id": "af6d049e",
"model": "devstral-2512"
},
{
"endpoint_id": "b8cc58a1",
"model": "devstral-2512"
},
{
"endpoint_id": "f3ba915c",
"model": "devstral-2512"
}
],
"utility_endpoint_id": "",
"utility_model": "",
"utility_model_fallbacks": [],
"teacher_model": "",
"teacher_enabled": false,
"skill_autosave_min_confidence": 0.85,
"skill_max_injected": 3,
"reminder_channel": "browser",
"reminder_llm_synthesis": false,
"reminder_ntfy_topic": "Reminders",
"reminder_email_to": "",
"reminder_webhook_integration_id": "",
"reminder_webhook_payload_template": "",
"urgent_email_prompt": "Flag as urgent: explicit deadlines, time-sensitive requests, work-blocking issues, messages from people I report to, or anything where a delayed reply costs money/trust. Someone waiting outside, at the door, locked out, or unable to get in is urgent now. Newsletters, marketing, automated digests, and FYI-only updates are NOT urgent.",
"keybinds": {
"search": "ctrl+k",
"toggle_sidebar": "ctrl+b",
"new_session": "ctrl+alt+n",
"star_session": "ctrl+alt+s",
"delete_session": "ctrl+alt+d",
"admin_panel": "ctrl+shift+u",
"cancel": "escape"
}
}