Plugin Directory

Changeset 3303806


Ignore:
Timestamp:
05/30/2025 10:40:24 PM (9 months ago)
Author:
Avram
Message:

updated readme

Location:
maia-multipurpose-ai-assistant
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • maia-multipurpose-ai-assistant/tags/0.2/readme.txt

    r3299976 r3303806  
    4545This service is provided by Puter.com: [terms of use](https://puter.com/terms), [privacy policy](https://puter.com/privacy).
    4646
     47=== Important notes ===
     48- Each user of your website will have to sign up for a Puter.com account, which is free. This makes Puter account AI limits apply to each user separately.
     49- Puter AI SDK is a JavaScript library that runs in the browser, so it does not require any server-side processing other than regular plugin bootstrapping.
     50- The plugin does not store any data on your server, and all requests are made directly from the user's browser to Puter.com, which enhances user privacy.
     51- All conversations are stored in the browser's local storage, so if you clear your browser's local storage or change your browser, the plugin will lose all stored conversations.
     52
    4753== Frequently Asked Questions ==
    4854Q: Can it generate images?
  • maia-multipurpose-ai-assistant/trunk/readme.txt

    r3299976 r3303806  
    4545This service is provided by Puter.com: [terms of use](https://puter.com/terms), [privacy policy](https://puter.com/privacy).
    4646
     47=== Important notes ===
     48- Each user of your website will have to sign up for a Puter.com account, which is free. This makes Puter account AI limits apply to each user separately.
     49- Puter AI SDK is a JavaScript library that runs in the browser, so it does not require any server-side processing other than regular plugin bootstrapping.
     50- The plugin does not store any data on your server, and all requests are made directly from the user's browser to Puter.com, which enhances user privacy.
     51- All conversations are stored in the browser's local storage, so if you clear your browser's local storage or change your browser, the plugin will lose all stored conversations.
     52
    4753== Frequently Asked Questions ==
    4854Q: Can it generate images?
Note: See TracChangeset for help on using the changeset viewer.