Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.2 KB

File metadata and controls

36 lines (23 loc) · 1.2 KB

Frequently Asked Questions

General

Q: What is Mel? A: Mel is an adaptive AI assistant plugin for the Geany IDE that learns your coding patterns and provides personalized suggestions.

Q: Does Mel work offline? A: Yes! Mel can work completely offline using local AI models, ensuring your code never leaves your machine.

Q: Which AI providers are supported? A: Mel supports OpenAI, Anthropic Claude, Google Gemini, and local AI models.

Installation

Q: How do I install Mel? A: Use the quick install script: curl -sSL https://melchizedekai.com/install.sh | bash

Q: Which Linux distributions are supported? A: Ubuntu, Debian, Arch Linux, and most distributions with Geany 1.38+.

Privacy

Q: Is my code sent to AI providers? A: Only if you choose to use cloud providers. Local mode keeps everything on your machine.

Q: Can I disable telemetry? A: Yes, telemetry is disabled by default. Check your config file to confirm.

Troubleshooting

Q: Mel isn't loading in Geany A: Check that the plugin is in the correct directory and that you have the required dependencies.

Q: AI responses are slow A: Try switching to a faster provider or using local models for better performance.