Add GPTZero and Open Trivia Chat Plugins to the Collection #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
GPTZero Chat Plugin (PLUGIN 1)
Watch the Demo Video
GPTZero Chat Plugin predicts whether a given text was generated by a large language model. Once the plugin is installed and activated, you can use it in ChatGPT conversations. When a relevant question is asked, the model will invoke an API call to the GPTZero API. The model will incorporate API results in its response to the user.
Requirements: You must purchase a GPTZero API Key
To use the GPTZero Chat Plugin, you must have a GPTZero API Key.
💸 Please note that using the GPTZero API incurs costs based on your subscription plan.
You can obtain an API key by following these steps:
❗Keep your API key secure: It will be required during the installation process.
🔐 The API key will be encrypted and stored securely. It will be passed in the Authorization header when making requests to the plugin.
🔧 Installation
To install the GPTZero Chat Plugin, follow these steps:
Access the ChatGPT UI and select the plugin model from the top drop-down menu.
Click on
Plugins
>Plugin store
>Install an unverified plugin
.Provide the service URL:
https://gptzero-chat-plugin.drengskapur.workers.dev
This plugin is still in the process of being verified: click
Continue
.Enter your GPTZero API key.
Open Trivia Chat Plugin (PLUGIN 2)
Watch the Demo Video
Open Trivia Chat Plugin is a Cloudflare Worker that provides a proxy for the Open Trivia Database API. It serves trivia questions and answers and exposes an OpenAPI schema and a manifest file for integration with chat platforms and other services.
🔧 Installation
Access the ChatGPT UI and select the plugin model from the top drop-down menu.
Click on
Plugins
>Plugin store
>Install an unverified plugin
.Provide the service URL:
https://opentrivia.drengskapur.workers.dev
This plugin is still in the process of being verified: click
Continue
.Once the plugin is installed and activated, you can use it in chat conversations. When a relevant question is asked, the model will invoke an API call to the Open Trivia Database API. The model will incorporate API results in its response to the user.
🗣️ Example Conversation
User: Ask me 2 trivia questions, one by one, and give me the answer after I answer.
ChatGPT: Great! Let's start with the first trivia question:
Question 1: True or False: In "JoJo's Bizarre Adventure," Father Enrico Pucchi uses a total of 3 stands in Part 6: Stone Ocean.
Please provide your answer by choosing True or False.
User: T
ChatGPT: Thank you for your answer. The correct answer is True. In "JoJo's Bizarre Adventure: Stone Ocean," Father Enrico Pucchi uses a total of 3 stands: Whitesnake, C-Moon, and Made in Heaven.
Let's move on to the third and final trivia question:
Question 2: What book series published by Jim Butcher follows a wizard in modern-day Chicago?
A) A Hat in Time
B) The Cinder Spires
C) My Life as a Teenage Wizard
D) The Dresden Files
Please provide your answer by choosing the letter corresponding to the correct option (A, B, C, or D).
User: D
ChatGPT: Thank you for your answer. You are correct! The correct answer is D) The Dresden Files. "The Dresden Files" is a book series written by Jim Butcher that follows the adventures of Harry Dresden, a wizard and private investigator in modern-day Chicago.
Great job! That concludes our trivia questions for today. If you'd like to play again or have any other questions, feel free to ask!
Notes
Please review the changes and let me know if any modifications are required. Looking forward to having this plugin added to the collection.
I'm trying to make a dev guide for serverless Cloudflare workers, hope to make another PR soon!