diff --git a/CHANGELOG.md b/CHANGELOG.md index fe99965..251a284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.1.4 - 2023-12-17 + +### Added + +- Support [GoogleAI](https://ai.google.dev) as backend engine + ## v0.1.3 - 2023-12-02 ### Added diff --git a/README.md b/README.md index fd2e5bf..9a80d60 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,10 @@ https://user-images.githubusercontent.com/10231735/221889423-17fe70e3-2be6-40b3- - [New Bing](https://www.bing.com/new) - [Brad](https://bard.google.com/) - [Claude](https://claude.ai/) + - [Google AI](https://ai.google.dev) (Free for 60 requests per minute) - **Paid**: - [NotionAI](https://www.notion.so/product/ai) - - [ChatGPT API](https://platform.openai.com/docs/api-reference/chat/create) + - [OpenAI API](https://platform.openai.com/docs/api-reference/chat/create) - Support for all NotionAI built-in prompts - Support for using custom prompts diff --git a/package.json b/package.json index c61676d..c1f3850 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "notionai-plus", "displayName": "NotionAI Plus", - "version": "0.1.3", + "version": "0.1.4", "description": "NotionAI Plus is a browser extension that brings the power of NotionAI to any website you visit.", "scripts": { "dev": "plasmo dev",