AI-Specific Issues
General AI Issues
AI Features Not Working
# Check if key exists echo $OPENAI_API_KEY # Should show: sk-... or your provider's key format # If empty, set it export OPENAI_API_KEY="sk-your-actual-key-here"# For OpenAI curl https://api.openai.com/v1/models \ -H "Authorization: Bearer $OPENAI_API_KEY" # Should return list of models, not an error# Instead of auto-select gonzo -f logs.log --ai-model="gpt-3.5-turbo"# Should be set for custom providers echo $OPENAI_API_BASE # Unset for OpenAI (uses default) unset OPENAI_API_BASE
No Response from AI
Model Selection Modal Empty
AI Analysis Returns Errors
OpenAI Issues
Authentication Failed
Model Access Denied
Rate Limit Errors
LM Studio Issues
Cannot Connect to LM Studio
LM Studio Model Not Loading
Wrong Model Selected in Gonzo
Ollama Issues
Ollama Service Not Running
Model Not Found
Wrong Ollama URL Format
Ollama API Timeouts
Custom Provider Issues
Custom API Endpoint Not Working
SSL/TLS Certificate Errors
Performance Issues
AI Analysis Very Slow
AI Consumes Too Much Memory
Debugging AI Issues
Enable Verbose Logging
Test AI Provider Independently
Quick Reference: Provider URLs
Provider
Base URL
/v1 Suffix?
Default Port
Getting Help
Provide This Info When Reporting AI Issues
Related Resources
Last updated