mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-17 04:01:13 +00:00
Introduce a guided Cloud versus Local first-run modal with provider selection, account connection, model picking, and a ready state.\n\nAdd the reusable discovery auto-modal trigger, chat-created startup checks, onboarding-owned provider presentation metadata and assets, OAuth affordances, local provider guidance, and model-search hardening.\n\nKeep runtime provider data centralized while preserving onboarding-specific copy, logos, and docs links in the onboarding plugin. Update onboarding.html Update onboarding.html
19 lines
305 B
YAML
19 lines
305 B
YAML
chat:
|
|
codex_oauth:
|
|
api_key_mode: oauth
|
|
lm_studio:
|
|
api_key_mode: none
|
|
ollama:
|
|
api_key_mode: none
|
|
other:
|
|
api_key_mode: optional
|
|
|
|
embedding:
|
|
huggingface:
|
|
api_key_mode: none
|
|
lm_studio:
|
|
api_key_mode: none
|
|
ollama:
|
|
api_key_mode: none
|
|
other:
|
|
api_key_mode: optional
|