Give us feedback
chatgpt
Service icon

ChatGPT

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

ChatGPT

Compatible with:
Created on OutSystems 11

Version 1.0.12

Stable
Current
Application Package
Uploaded on 19 Jan by 
Compatible with:
Version 11
Database:
All
Release notes:
  • Implemented new ModelAI: GPT-3.5
    • 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.
  • Change input parameter Messages to Message Data Type Text
License:

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

Application Objects:
ChatGPT has 5 AOs.

Version 1.0.5

Stable
See documentation
Application Package
Uploaded on 12 Jan by 
Compatible with:
Version 11
Database:
All
Release notes:

- Updated dependencies OutsystemsUI

- Updated dependencies UTFEncode

License:

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

Application Objects:
ChatGPT has 5 AOs.

Version 1.0.4

Stable
See documentation
Application Package
Uploaded on 19 May 2023 by 
Compatible with:
Version 11
Database:
All
Release notes:
  • 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:

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

Application Objects:
ChatGPT has 5 AOs.