You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using offline mode, users currently must manually export
CORTEX_PROVIDER=ollama
However, this isn’t handled automatically during the Cortex wizard setup. Users selecting offline mode should have this environment variable exported (or set in their config) automatically.
Expected Behavior
When a user selects offline mode in the wizard:
The wizard should automatically configure CORTEX_PROVIDER=ollama
Current Behavior
Users must manually run:
export CORTEX_PROVIDER=ollama
Proposed Solution
During the offline mode selection step in the wizard:
Automatically set CORTEX_PROVIDER=ollama when user selects offline