SysOpenAI Package
This page was created by Charles on 2025-01-16. Last edited by Edgar on 2025-01-20.
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.