Skip to content

Commit

Permalink
Merge pull request #41 from Vaayne/feature/support_bing_and_bard
Browse files Browse the repository at this point in the history
Feature/support bing and bard
  • Loading branch information
vaayne authored Apr 25, 2023
2 parents da76456 + 40435d3 commit ded0173
Show file tree
Hide file tree
Showing 13 changed files with 828 additions and 42 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.0.17 - 2023-04-25
### Added
- Support new bing as backend engine
- Support Google Bard as backend engine

## v0.0.16 - 2023-04-24
### Added
- support stream response, so you can see the response in real time.
Expand Down
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@

# NotionAI Plus
<p align="center">
<img src="./assets/icon.png" width="250">
</p>

<img src="./assets/icon.png" width="250">
# NotionAI Plus

NotionAI Plus is a browser extension that adds NotionAI's powerful features to any website you visit. With NotionAI Plus, you can easily analyze text, generate summaries, and perform sentiment analysis on any webpage.


- [Chrome Web Store](https://chrome.google.com/webstore/detail/notionai-plus/ilgkcoockdhdpkikaakkjacblhpmdmeo)
- [Firefox Addon](https://addons.mozilla.org/en-US/firefox/addon/notionai-plus/)

Expand All @@ -26,7 +27,15 @@ https://user-images.githubusercontent.com/10231735/221889423-17fe70e3-2be6-40b3-
## Features

- Analyze text, generate summaries, and perform sentiment analysis on any webpage using NotionAI's powerful features
- Backend engine support for `NotionAI`, `ChatGPT Web`, and `ChatGPT API`
- Support multiple engines:
- **Free**:
- [ChatGPT Web](https://chat.openai.com/)
- [New Bing](https://www.bing.com/new)
- [Brad](https://bard.google.com/)
- **Paid**:
- [NotionAI](https://www.notion.so/product/ai)
- [ChatGPT API](https://platform.openai.com/docs/api-reference/chat/create)

- Support for all NotionAI built-in prompts
- Support for using custom prompts

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "notionai-plus",
"displayName": "NotionAI Plus",
"version": "0.0.16",
"version": "0.0.17",
"description": "NotionAI Plus is a browser extension that brings the power of NotionAI to any website you visit.",
"scripts": {
"dev": "plasmo dev",
Expand All @@ -20,6 +20,7 @@
"eventsource-parser": "^1.0.0",
"lodash-es": "^4.17.21",
"lucide-react": "^0.121.0",
"ofetch": "^1.0.1",
"plasmo": "0.65.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -31,7 +32,8 @@
"remark-math": "^5.1.1",
"tailwind-merge": "^1.10.0",
"tailwindcss-animate": "^1.0.5",
"uuid": "^9.0.0"
"uuid": "^9.0.0",
"websocket-as-promised": "^2.0.1"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "3.6.1",
Expand Down
Loading

0 comments on commit ded0173

Please sign in to comment.