File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.1.4 - 2023-12-17
4
+
5
+ ### Added
6
+
7
+ - Support [ GoogleAI] ( https://ai.google.dev ) as backend engine
8
+
3
9
## v0.1.3 - 2023-12-02
4
10
5
11
### Added
Original file line number Diff line number Diff line change @@ -42,9 +42,10 @@ https://user-images.githubusercontent.com/10231735/221889423-17fe70e3-2be6-40b3-
42
42
- [ New Bing] ( https://www.bing.com/new )
43
43
- [ Brad] ( https://bard.google.com/ )
44
44
- [ Claude] ( https://claude.ai/ )
45
+ - [ Google AI] ( https://ai.google.dev ) (Free for 60 requests per minute)
45
46
- ** Paid** :
46
47
- [ NotionAI] ( https://www.notion.so/product/ai )
47
- - [ ChatGPT API] ( https://platform.openai.com/docs/api-reference/chat/create )
48
+ - [ OpenAI API] ( https://platform.openai.com/docs/api-reference/chat/create )
48
49
49
50
- Support for all NotionAI built-in prompts
50
51
- Support for using custom prompts
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " notionai-plus" ,
3
3
"displayName" : " NotionAI Plus" ,
4
- "version" : " 0.1.3 " ,
4
+ "version" : " 0.1.4 " ,
5
5
"description" : " NotionAI Plus is a browser extension that brings the power of NotionAI to any website you visit." ,
6
6
"scripts" : {
7
7
"dev" : " plasmo dev" ,
You can’t perform that action at this time.
0 commit comments