Release 1.0.0.4
OpenAI Chat Vision and OpenAI TTS were added to the suite.
Now it includes:
1-OpenAI Chat:
- This plugin allows Construct 3 to interact with the OpenAI chat completion endpoint, enabling real-time chat functionality.
- Perfect for chatbot development, conversational AI, and virtual assistants
2-OpenAI Chat Vision:
- Enhance your Construct 3 applications with the power of AI vision. This plugin integrates with OpenAI’s vision models, allowing your application to understand and interpret images in a human-like manner.
- Perfect for chatbot development with vision capability.
3-OpenAI Dall-E:
- Bring the power of Dall-E to your Construct 3 projects. These plugins allows your project to generate(Dall-E 2 and Dall-E 3), edit and make image variations(Dall-E 2 only) from textual descriptions, opening up a world of creative possibilities.
4-OpenAI Whisper:
- Whisper is a speech recognition system for making requests to the OpenAI speech to text, transcriptions and translations endpoints.
- Transcribe audio into whatever language the audio is in.
- Translate and transcribe the audio into English.
5-OpenAI TTS:
- The Text-to-Speech (TTS) plugin allows your Construct 3 project to convert written text into spoken words. This can be used to create more immersive experiences, provide accessibility features, and more.
6-OpenAI Chat Completions:
Deprecated
7-OpenAI Completions:
Deprecated
Release 1.0.0.3:
- Ability to stream responses on the OpenAI_Chat plugin only, for regular and proxy requests.
- New condition called 'On stream end' that is triggered when the OpenAI streamed response is complete.
- New Chat_Example_Extended_Download, which is an extended version of Chat with the ability to download the chat as a .txt file.
- New Chat_Example_Stream, which provides an example of how to use the new 'stream' feature.
- New PHP file to be used with the latest version of the OpenAI_Chat_V1014 plugin to ensure compatibility with the 'stream' feature.
***************************************************************
RELEASE 1.0.0.2
I've just added Dall-E plugin to use Generations, Edits and Variations endpoints and an example to use them.
****************************************************************
RELEASE 1.0.0.1
Now you can hide your API key with the new action, "Make Proxy Request”
-This update includes a new action, "Make Proxy Request," for all plugins.
-With this action, you can make an OpenAI API call without revealing your secret API key by using a proxy site to make the call on behalf of the client.
-Instructions for setting this up are available in the plugin documentation.
If you have any questions or need help setting this up, please feel free to ask here
*****************************************************************
Hello everyone, I have just released the OpenAI Plugin Suite. If you're interested, feel free to ask any questions you may have or suggest a feature.
OpenAI Plugin Suite
Seamlessly integrates OpenAI API GPT and Whisper models with Construct 3
https://www.construct.net/en/game-assets/addons/openai-plugin-suite-3317
- Introducing the OpenAI Plugin Suite - a powerful set of 4 plugins designed to seamlessly integrate the OpenAI API with the Construct 3 event system. With just a few events, you can build intelligent chatbots, create dynamic content, and develop virtual assistants with ease. Moreover, the ability to generate text and language provides this suite with tremendous potential for game developers looking to create dynamic dialogues, storylines, and other game design systems.
OpenAI Construct 3 Plugin Suite includes 4 Plugins:
1. OpenAI_Chat_Completions
- Construct 3 plugin for making requests to the OpenAI chat completion endpoint
- Ideal for single completions without memory of previous prompts
- Utilize GPT-3.5 and GPT-4 models for content creation, text generation, and language translation
- Available models: gpt-4, gpt-4-0314, gpt-4-32k, gpt-4-32k-0314, gpt-3.5-turbo, gpt-3.5-turbo-0301
2. OpenAI_Completions
- Construct 3 plugin for making requests to the OpenAI completion endpoint
- Suitable for single completions without memory of previous prompts
- Ideal for content creation, text generation, and language translation
- Available models: text-davinci-003, text-davinci-002, text-curie-001, text-babbage-001, text-ada-001, davinci, curie, babbage, ada
3. OpenAI_Chat
- Construct 3 plugin for making requests to the OpenAI chat completion endpoint with memory of the entire conversation
- Perfect for chatbot development, conversational AI, and virtual assistants
- Harness the power of GPT-3.5 and GPT-4 models for advanced capabilities
- Available models: gpt-4, gpt-4-0314, gpt-4-32k, gpt-4-32k-0314, gpt-3.5-turbo, gpt-3.5-turbo-0301
4. OpenAI_Whisper
- Construct 3 plugin for making requests to the OpenAI speech to text API, transcriptions and translations endpoints.
- Transcribe audio into whatever language the audio is in.
- Translate and transcribe the audio into english.
- Available models: whisper-1
Disclaimer: Please note that the use of OpenAI Construct 3 Plugin Suite requires an OpenAI API key. Additionally, the API calls are subject to a “per token” payment system, which means that users will be charged for each API call made using the plugins. It is the responsibility of the user to ensure that they have a valid OpenAI API key and are aware of the associated costs before using the plugins.
GPT-4 model is only available for users who have access to it.
Addon documentation:
https://construct3openai.carrd.co/
OpenAI Pricing:
https://openai.com/pricing#language-models
OpenAI documentation:
https://platform.openai.com/docs/introduction
OpenAI models:
https://platform.openai.com/docs/models