Closed ajk68 closed 2 years ago
Just managed to get it working by running the local dev server. The moment i stop the vite server, i get the plugin error back. I assumed the packaged plugin would run standalone, and vite server was only needed for plugin developers.
Are you installing this from the marketplace?
@ajk68 if possible would you mind checking the "network" tab while running the command and seeing what the error response from the /completions endpoint is? (dont share the key)
After reinstalling the plugin, it now works completely fine! Don't know what was causing the problem, but obviously it works brilliantly now... Wish i had this while i was still in university :-)
Thanks for your work on this plugin!
BTW: Are you planning to add a slashCommand or contextMenuItem for tl;dr? Thought i saw this in one of the screenshots. Might be interesting to come up with a few prompts that generally work well for summarizing, or asking questions about the text or coming up with related concepts. Would be interested in learning best practises for using GPT3 to assist thinking.
Awesome @ajk68 glad it's working. Feel free to open another issue if you notice anything off.
I really appreciate the feedback and suggestions. I added some items to the product roadmap.
Closing this for now since it seems to be working for you, but feel free to open another issue if you encounter a bug or have an idea.
Thanks for the GPT3 plugin! Unfortunately, i'm consistently getting OpenAi Plugin Error with each /gpt3 request.
I created a new api key specifically for this plugin and OpenAI shows it has been used, so looks like an authenticated request was sent by the plugin and received by openai.
The console doesn't show much else apart from a 400 error.
Could you please help me find a solution?