Training
Training
Welcome
Guided Paths
Build an App
Training Planner
Courses
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Downloads
Platforms
OutSystems.com
My Platform
Community
Resources
Support
Search in OutSystems
Log in
Sign Up
Community
›
Forge
›
Assets list
›
ChatGPT
ChatGPT
Stable version
1.0.12
(Compatible with
OutSystems 11
)
Uploaded
on
19 January 2024
by
5.0
(5 ratings)
Overview
Reviews
Versions
Documentation
Support
ChatGPT
Documentation
1.0.5
Draft
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
Draft
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.
Role
:
The 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
Draft
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
Models Overview
https://platform.openai.com/docs/models/codex
Options
Message:
Message sent to interact with ChatAI.
ModelAI
:
It'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
Draft
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.
Loading...
Loading