Welcome to the Sentiyen API!
There are two recommended ways of using this API to get answers to user questions:
- Streaming: A streaming interface allows you to display partial answers as they are generated by the underlying GPT model, the same as what users see with ChatGPT. Due to the metadata involved, this requires a sequence of API calls to execute.
- Non-streaming: You can use non-streaming API sequence to generate an answer in a single API call and then use followup requests for additional information about the answer or to record message feedback.
Both interfaces will also provide you with references and followup questions.