Presenton thoroughly addresses data privacy concerns by supporting locally run AI models such as Ollama. The specific programs are listed below:
- Select Local Model: Settings
LLM=ollama
cap (a poem)OLLAMA_MODEL
parameters, all data processing is done locally - Closed environment deployment: Ensure isolation from external networks by running services through Docker containers
- Disable key modification: Add at startup
-e CAN_CHANGE_KEYS=false
Preventing API Key Leakage - Data persistent storage: Use
-v ./app_data:/app_data
Save the generated file in a local directory
This approach is particularly suitable for industries with high data confidentiality requirements, such as finance and healthcare, where professional slides can be generated without relying on cloud-based services.
This answer comes from the articlePresenton: open source AI automatic presentation generation toolThe