SysOpenAI Package
(Created page with "SysOpenAI model pattern")
 
No edit summary
Line 1: Line 1:
SysOpenAI model pattern
SysOpenAI model pattern is a model for integrating OpenAI functionality into your application.
 
This model can be merged from TK Live View.
 
Open AI has a wide variety of use cases from processing data, analyzing data, searching through data and automating other tasks in information systems or apps.
 
SysOpenAI has three classes,
 
SysOpenAISingleton
 
This class points to the instance on azure where ChatGPT is deployed.
 
SysOpenAIChatSession
 
This class is for creating a new AI session and making requests to the AI instance.
 
SysOpenAIMessage
 
This class contains interactions between the AI and User.

Revision as of 01:58, 16 January 2025

SysOpenAI model pattern is a model for integrating OpenAI functionality into your application.

This model can be merged from TK Live View.

Open AI has a wide variety of use cases from processing data, analyzing data, searching through data and automating other tasks in information systems or apps.

SysOpenAI has three classes,

SysOpenAISingleton

This class points to the instance on azure where ChatGPT is deployed.

SysOpenAIChatSession

This class is for creating a new AI session and making requests to the AI instance.

SysOpenAIMessage

This class contains interactions between the AI and User.

This page was edited 56 days ago on 01/20/2025. What links here