Releases: chhoumann/quickadd
Releases · chhoumann/quickadd
1.2.1
1.2.0
1.2.0 (2023-06-20)
Features
- add
getModels
,getMaxTokens
, andcountTokens
API features in AI module (30a789b) - show system prompt token count in settings (a40d053)
- You can now use
api.ai.prompt(prompt, model, settings?)
to do custom AI prompts in your scripts. (701009d) Read all about the AI module in the API here.
Wondering how to get started with the AI Assistant? Read the new docs here!
Just as a heads-up: I'm currently busy with exams, so I apologize for slow response times :)
1.1.0
1.0.2
1.0.1
1.0.0
1.0.0 (2023-05-17)
Jumping to 1.0.0 looks very exciting, but is simply because there is a breaking change in the latest build.
Breaking: If you wish to use the AI Assistant, please disable the newly introduced Disable AI & Online features
setting.
Bug Fixes
- (performance) cap # of suggestions for templates / files to capture to in choice settings (03f77ee)
- lifecycle console warning now resolved (0b93847)
Features
- add option to disable AI (& online) features. If on, QuickAdd won't contact external services (6ec462d), closes #478.
- I want you to feel safe using QuickAdd. For this reason, I've added a setting to disable AI features - and online features, for future-proofing the promise of not contacting external providers with the setting enabled. I hope to make it clear that I intend QuickAdd to always honor your privacy & data, giving you full control of how, when, and for what it's used. Please raise an issue if you have any concerns.
- you can now configure model parameters for the AI Assistant - like Temperature, Top P, etc (80f09b9)
BREAKING CHANGES
- The new AI- & Online-features-disable setting is on by default, meaning users who wish to use the AI Assistant will need to disable this setting.
0.23.0
0.23.0 (2023-04-21)
Features
- add AI Assistant to macros. You can now use the power of Large Language Models in your macros (fa361e4)
Here is a showcase of what's possible with the new feature.
To get started, you'll need to grab an OpenAI API key.