ChatGPT-Plugins-Collection
ChatGPT-Plugins-Collection copied to clipboard
Add GPTZero and Open Trivia Chat Plugins to the Collection
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:
- Visit the GPTZero website at https://app.gptzero.me/login.
- Sign up for an account or log in if you already have one.
- Choose a subscription plan that suits your needs. Be aware that the API key is a paid feature, and the cost will depend on the selected plan. Review the pricing details carefully to understand the associated costs.
- View your API key at https://app.gptzero.me/app/api.
❗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.
- The plugins are integrated as serverless Cloudflare Workers using the Wrangler CLI. This allows for seamless deployment and management of the plugin, ensuring high performance and scalability.
- The serverless architecture ensures that the plugins are always available and can handle a large number of requests without any additional setup or configuration.
- The use of Wrangler CLI simplifies the development and deployment process, making it easy for developers to contribute and maintain the plugin.