OpenAI

Overview

The OpenAI Connected System allows users to send prompts and receive AI generated responses, whether that be images (DALLE-2), audio translation/transcription (Whisper), or text completions (ChatGPT aka GPT-3.5). These responses can be edited, updated, or expanded upon as desired. Users can also fine-tune (custom train) a model based on Record data to fit their workflow, summarize Record content, check for content-policy violations, edit images, create vector embeddings, along with much more.

Note: Download the OpenAI ChatGPT component plugin to embed OpenAI’s ChatGPT into your Appian workflows. This connected system securely stores OpenAI authentication credentials and is required to use the ChatGPT component plugin.


Key Features & Functionality

  • ChatGPT Completion – Augment your workflow with ChatGPT's enhanced text generation capabilities
  • ChatGPT Function Calling — Allow GPT to select a function to call and provide arguments to call that function to back your user's query with live data
  • Audio Transcription/Translation – Transcribes/translates audio into the input language
  • Create DALLE Image – Given a prompt and/or an input image, the model will generate a new image
  • Edit/Extend DALLE Image – Creates an edited or extended image given an original image and a prompt
  • Create Variation of Image – Creates a variation of a given image
  • Create JSON Lines File – Creates a JSON Lines File from Appian data
  • Create Fine-Tuning Job – Creates a job that fine-tunes a specified model from a given dataset
Anonymous
Parents
  • When I use this in an integration, I get the following error. What am I doing wrong?

    Expression evaluation error : com.appiancorp.connectedsystems.templateframework.functions.pipeline.proxyDecoratorPipeline.TemplateInvocationException: Contact the developer of this template to resolve the following issue. java.lang.NullPointerException: null

  • Currently, this integration does not support streaming. Remove the "stream" field for the create completion operation or set it false to fix this error. 

Comment Children
No Data