Created on 05 February 2023
icon_unfollowing
Login to follow
chatgpt

ChatGPT

Stable version 1.0.12 (Compatible with OutSystems 11)
Uploaded on 19 Jan by 
chatgpt

ChatGPT

Documentation
1.0.5

Options 


  •  ChatGPT_ChatCompletions
    • Given of a message describing a conversation, the model will return a response.


  • Message: Message content.
  • ModelAI: GPT-3.5 models can understand and generate natural language or code. Our most capable and cost effective model in the GPT-3.5 family is gpt-3.5-turbo which has been optimized for chat using the Chat Completions API but works well for traditional completions tasks as well.
  • Answer: Returns the response from ChatAI.

1.0.4


Options 


  •  ChatGPT_ChatCompletions
    • Given a list of messages describing a conversation, the model will return a response.


  • Message: A list of messages describing the conversation so far.
    • RoleThe role of the author of this message. One of system, user, or assistant.
    • Content: The contents of the message.
  • ModelAI: GPT-4 is a large multimodal model (accepting text inputs and emitting text outputs today, with image inputs coming in the future) that can solve difficult problems with greater accuracy than any of our previous models, thanks to its broader general knowledge and advanced reasoning capabilities. Like gpt-3.5-turbo, GPT-4 is optimized for chat but works well for traditional completions tasks both using the Chat Completions API. Learn how to use GPT-4 in our chat guide.
  • Answer: Returns the response from ChatAI.


  • ChatGPT_Completions
    • Given a prompt, the model will return one or more predicted completions, and can also return the probabilities of alternative tokens at each position.


  • Message: he prompt(s) to generate completions for, encoded as a string, array of strings, array of tokens, or array of token arrays.
  • ModelAI: ID of the model to use. You can use the List models API to see all of your available models, or see our Model overview for descriptions of them.
  • Answer: Returns the response from ChatAI.



1.0.3

Configuration Secret Key

  • CHATGPT_SECRET_KEY: Site properties Secret Key ChatGPT.
    • Need create API KEY to proceed with ChatAI.
    • After registering on the ChatGPT platform, access the page to create a secret key.
    • https://platform.openai.com/account/api-keys
    • After accessing, click on + Create new secret key, when creating the key, use it to configure the site properties ChatGPT_SECRET_KEY.


ModelAI Support

  • GPT-3


  • CODEX



Options

 

  • Message: Message sent to interact with ChatAI.
  • ModelAIIt's a series of models trained on a mix of text and code prior to Q4 2021.
  • Answer: Returns the response from ChatAI.

 

  • How its works?
    • Chat with conversational AI that can converse with you, answer follow-up questions, and challenge incorrect assumptions.

1.0.0
  • Configuration Secret Key

  • CHATGPT_SECRET_KEY: Site properties Secret Key ChatGPT.
    • Need create API KEY to proceed with ChatAI.
    • After registering on the ChatGPT platform, access the page to create a secret key.
    • https://platform.openai.com/account/api-keys
    • After accessing, click on + Create new secret key, when creating the key, use it to configure the site properties ChatGPT_SECRET_KEY.


Options 

  • Message: Message sent to interact with ChatAI.
  • Answer: Returns the response from ChatAI.

 

  • How its works?
    • Chat with conversational AI that can converse with you, answer follow-up questions, and challenge incorrect assumptions.

Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
See all 1 dependencies