🔧 Setup Check

⚠️ Setup Partial

System works but has warnings (see below).

Configured AI Providers:
OpenAI DeepSeek Moonshot (Kimi) OpenRouter Perplexity Workik
PHP Version: 8.2.30
Extension: curl
Extension: zip
Extension: pdo
Extension: json
Extension: mbstring
Config file found
AI providers configured: OpenAI, DeepSeek, Moonshot (Kimi), OpenRouter, Perplexity, Workik
Output directory writable: /var/www/vhosts/jackzappz.cc/ai.jackmahana.com/output
Temp directory writable
Composer dependencies not installed (vendor/ folder missing). JWT auth will not work until you run: composer install
Supported AI Providers
  • OpenAI - GPT-4o (best quality) - https://platform.openai.com
  • DeepSeek - DeepSeek-Coder (cheap & fast) - https://platform.deepseek.com
  • Moonshot (Kimi) - kimi-latest (Chinese model, good for code) - https://platform.moonshot.cn
  • OpenRouter - Claude, Llama, etc. (multi-model) - https://openrouter.ai
  • Perplexity - Sonar models (SEO-focused) - https://perplexity.ai
  • Workik - Specialized code generation - https://workik.com
Quick Commands
# Set permissions
chmod 755 output/ temp/ logs/

# Install dependencies (if using JWT)
composer require firebase/php-jwt

# Check PHP extensions
php -m | grep -E "curl|zip|pdo|json"
Open Dashboard