plugins-quickstart
plugins-quickstart copied to clipboard
Get a ChatGPT plugin up and running in under 5 minutes!
I cloned this repo and followed the README to integrate this Quickstart plugin with ChatGPT. When I click on `Find Manifest File` after entering on the https://chat.openai.com/?model=gpt-4-plugins modal window, I...
Made it clearer that this repo is meant to work with the plugin documentation and added a section about cloning the repo, which will make it easier for beginners to...
I am getting this error: **Failed to fetch localhost manifest. Check to ensure your localhost is running and your localhost server has CORS enabled.** I checked and can see the...
I added a devcontainer to this repository along with instructions in the README for how a user can get started. To test out this implementation, follow the steps for the...
Are these separate waitlists?
This PR configures this repo to run in CodeSandbox, and adds a link to open a sandbox based on the repo in CodeSandbox. When people click this link, they will...
Exception in thread "main" java.lang.RuntimeException: java.io.IOException: unexpected end of stream on https://api.openai.com/... at io.reactivex.internal.util.ExceptionHelper.wrapOrThrow(ExceptionHelper.java:45) at io.reactivex.internal.observers.BlockingMultiObserver.blockingGet(BlockingMultiObserver.java:90) at io.reactivex.Single.blockingGet(Single.java:2002) at com.theokanning.openai.service.OpenAiService.execute(OpenAiService.java:260) at com.theokanning.openai.service.OpenAiService.createCompletion(OpenAiService.java:119) at com.shool.chatai.bootaichat.OpenAiTest.main(OpenAiTest.java:36) Caused by: java.io.IOException: unexpected end of...
This PR adds an example of building a ChatGPT plugin using [Cloudflare Workers](https://workers.dev). The example, which allows ChatGPT to search GitHub for repositories, has been deployed and tested (and we're...
This PR adds support for running and deploying the todo plugin on Replit