Announcement: Logseq GPT-3 OpenAI plugin

Hey everyone! My first logseq plugin logseq-plugin-gpt3-openai just landed in the marketplace. This plugin allows you to run gpt-3 text summarization and generation commands within logseq via the OpenAI API. Check out the repo for gifs of demos. I would really appreciate any feedback. Let me know if you find it helpful or have any suggestions!

Repo here: GitHub - briansunter/logseq-plugin-gpt3-openai: A plugin for GPT-3 AI assisted note taking in Logseq

Blog Post here: AI Powered Notetaking with the GPT-3 Logseq plugin

Just wanted to say good work! Im quite impressed with this and I’m sure Ill find a use case for it in my current logseq workflow.

3 Likes

Thank you @rocknrollarr !

1 Like

To create an account with OpenAI API, they need my phone number. I prefer not to provide that. Do you know why they need it? Does it seem safe?

1 Like

Read their usage guidelines before using it for sure.

Hey Brian,

I was able to install the plugin from the marketplace and enter the OpenAI API key under plugin settings. However, I get an error (OpenAI Plugin Error) when I enter /gpt3 after a question. Any pointers to resolve this? Thank you!

Krishna

1 Like

Check out the debugging guide GitHub - briansunter/logseq-plugin-gpt3-openai: A plugin for GPT-3 AI assisted note taking in Logseq

Make sure to update the plugin as well

Plugin is up to date. I can call the OpenAI API through curl. Not sure if there’s a way to debug within logseq desktop app.

Just wanted to say that your plugin has legs and to thank you for this contribution. You remain a rock star.

1 Like

Thank you! I really appreciate the positive feedback!

1 Like

You can already use text-davinci-003 instead of text-davinci-002

Do you know if you use this whether OpenAI now has all the information you feed into this? Are there any privacy protections?

The plugin does send the selected input to the OpenAI api, so I wouldn’t recommend using it with sensitive information.