Overview
With the ChatGPT component plugin you can customize the chatbot’s appearance to match your company's brand, using your color palette and iconography to ensure a seamless user experience. Additionally, you can configure the plugin to respond exclusively as an assistant for your company, preventing it from answering out-of-context questions.
Note: You must download the OpenAI connected system to use the OpenAI ChatGPT component plugin.
Key Features & Functionality
Check out your OpenAI account billing details—from there you can manage the amount you are willing to spend and pause payments if it goes over that amount. Currently, OpenAI has set a hard cap at $120 per month, but there is a form you can fill out to raise that limit.
Hi team,
I am getting below message, can anyone help me.
Hi Surajkumar, thanks for reaching out. 1. I can look into adding a collapsible property to the component in our next update.
2. Unfortunately, there is currently no support for component plugins inside of portals (https://docs.appian.com/suite/help/22.4/portal-capabilities.html).
https://community.appian.com/support Any update on above query?
This is good. Couple of suggestions.
1. Please add collapsible property to the component. The interface is initially collapsed but, in my opinion, it shouldn't be.
2. How can I use this interface in Portals? The actual usage as Assistant is on publicly available portal and not via Appian solution where we need to login and then use the solution.
Hi,
it seems that some characters are not displayed correctly in the chatbox. Here an example:
Best
Hi Julian,
Thanks, It was a plugin version issue. Its working now for me.
Hi Rohit! Have you installed the latest version of the connected system? This component requires version 1.2.0 at minimum. I tried the code you provided in my own environment and it's working.
ChatGPTChatBot( label: "", labelPosition: "ABOVE", validations: {}, height: "AUTO", openAIConnectedSystem: cons!AKA_OPENAI_CC, systemMessage: "You are a helpful assistant.", initialMessage: "How I can help you?", model: "gpt-3.5-turbo", temperature: 1, top_p: 1, n: 1, stop: null, max_tokens: 100, presence_penalty: 0, frequency_penalty: 0, user: loggedInUser(), style: { titleText: "Chat with Us", titleTextColor: "#FBFBFB", titleBackgroundColor: "#010A50", GPTTextColor: "#332D2D", GPTChatColor: "#f5f6f7", userTextColor: "#FBFBFB", userChatColor: "#2621F6", sendButtonColor: "#000000", }, chatHeight: null )
I tried to use this component, but I am not getting any messages from the chatbot. Can you help me out, if I am doing something? wrong?
Connected system is working fine, I tried with integration and there I am getting successful response.