os-gpt
Reactive icon

OS GPT

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 01 July 2023
 by 
0.0
 (0 ratings)
os-gpt

OS GPT

Documentation
1.0.0

Please create your own key on OpenAI website

https://platform.openai.com/account/api-keys

Please store our key on the SecretKey application ,

then you can use the Ask_Assistant server action in your applicaiton 

simple 

OpenAI's GPT (generative pre-trained transformer) models have been trained to understand natural language and code. GPTs provide text outputs in response to their inputs. The inputs to GPTs are also referred to as "prompts". Designing a prompt is essentially how you “program” a GPT model, usually by providing instructions or some examples of how to successfully complete a task.

Using GPTs, you can build applications to:

  • Draft documents
  • Write computer code
  • Answer questions about a knowledge base
  • Analyze texts
  • Create conversational agents
  • Give software a natural language interface
  • Tutor in a range of subjects
  • Translate languages
  • Simulate characters for games

and much more!