ChatGPT - Connector

Content Type: Module
Categories: Artificial Intelligence

Overview

This module will give you a ready-to-use connector for OpenAI's ChatGPT service to use with your Mendix apps! Based on a prompt you give you can get a response back from ChatGPT´s AI.

Examples of usecases are:

- Translation: You have the option to translate input from a user to multiple languages (e.g. if you work in Belgium, everything needs to be both NL and FR)
- Text classification: given a text ChatGPT can identify whether it is positive or negative (e.g. for all the feedback items from you app's users)
- Chatbot: use it as a chatbot for your users.

Documentation

Description

A new way to automate tasks with AI! With this connector you will connect with OpenAI's ChatGPT.
You can import the module to your application and get started.

Typical usage scenario

Use it to automate multiple tasks within you application such as:- Translation: You have the option to translate input from a user to multiple languages (e.g. if you work in Belgium, everything needs to be both NL and FR)
- Text classification: given a text ChatGPT can identify whether it is positive or negative (e.g. for all the feedback items from you app's users)
- Chatbot: use it as a chatbot for your users.
- Text generation for creative writing, content creation, and language modeling tasks
- Language understanding for sentiment analysis, intent recognition, and named entity recognition

But the options are endless! 

Dependencies [optional]

  • 9.21.0
  • Atlas 3

Configuration [optional]

Use the MF RST_ChatGPT_GetResponse to get a response to your prompt. There are sample pages that uses everything at once. Make sure you configure:
- ApiKey (String) is your secret key created for the OpenAI APIs

Known bugs [optional]

None

Frequently Asked Questions [optional]

  • Q: Will we be removed as programmers at some point?
  • A: https://www.quora.com/Will-ChatGPT-replace-programmers

 

 

Releases

Version: 1.0.0
Framework Version: 9.21.0
Release Notes: Initial release