Give us feedback
chatgpt
Service icon

ChatGPT

Stable version 1.0.4 (Compatible with OutSystems 11)
Uploaded on 19 May (9 days ago) by 
5.0
 (3 ratings)
chatgpt

ChatGPT

Details
Some features of ChatGPT.
Read more

Chat with conversational AI that can converse with you, answer follow-up questions, and challenge incorrect assumptions.

Release notes (1.0.4)
  • New endpoint implemented.
    • ChatCompletions
    • Completions


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.
License (1.0.4)

https://en.wikipedia.org/wiki/ChatGPT

Reviews (2)
25 Feb
in version 1.0.3
Great component! Leonardo provided generous assistance in helping me to resolve issues encountered in using it.
15 Feb
in version 1.0.2
Awsome! Thanks for sharing.