Statement: Our application never collects or uses user data for AI training. All user data is stored on the local device or in the cloud drive specified by the user. Additionally, users can connect to trusted AI platforms or disable AI entirely, ensuring full control over data privacy and storage autonomy.
Users can choose their preferred AI platform according to their preferences. We have listed common AI platforms to help users integrate AI features:
You can also use AI interfaces from other platforms in our app, as long as they comply with the interface specifications of OpenAI requests:
Specifications of OpenAI
curl https://api.openai.com/v1/responses \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OPENAI_API_KEY" \ -d '{
"model": "gpt-4.1",
"input": "Write a one-sentence bedtime story about a unicorn."
}'