- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2.4k
Description
my .env file:
SEARXNG_BASE_URL="http://searxng:8080" REDIS_BASE_URL="redis://redis:6379/0" WORK_DIR="./workspace_with_my_files" OLLAMA_PORT="11434" LM_STUDIO_PORT="1234" BACKEND_PORT="7777" CUSTOM_ADDITIONAL_LLM_PORT="11435" OPENAI_API_KEY='xxxxx' DEEPSEEK_API_KEY='xxxxx' OPENROUTER_API_KEY='xxxxx' TOGETHER_API_KEY='xxxxx' GOOGLE_API_KEY='xxxxx' ANTHROPIC_API_KEY='xxxxx'
my config ini:
[MAIN] is_local = True provider_name = lm-studio provider_model = qwen/qwen3-coder-30b provider_server_address = http://127.0.0.1:1234 agent_name = Jarvis recover_last_session = False save_session = False speak = False listen = False jarvis_personality = False languages = en [BROWSER] headless_browser = True stealth_mode = False
installation steps:
./install.sh
./start_services.sh # MacOS
I get this error
 
and it shows
System offline. Deploy backend first.