is a client library that lets you connect to the OpenAI API using Delphi and Lazarus/FPC (Free Pascal Compiler). This means you can use popular OpenAI services, like ChatGPT, directly within your Delphi or Lazarus applications. It’s designed to work seamlessly with all recent Delphi versions that include the System.Net.HttpClient unit and is expected to be compatible with platforms like Windows, Linux, and macOS.
This library does not require additional third-party libraries, making it easy to integrate. However, since it uses your secret API key, it's important to be cautious when using it in client applications to avoid exposing your key. To install the library, simply add the Source folder to your IDE's library path or your project source path.