Jump to content
Sign in to follow this  
Maxidonkey

[Info & Feedback] DelphiGenAI v1.1.0 — Sharing Updates and an Educational Approach

Recommended Posts

Hi everyone,

I wanted to share the main updates in version 1.1.0 of DelphiGenAI (OpenAI wrapper for Delphi) here—mainly to offer what I can to the community, and maybe get some feedback if anyone feels like weighing in on my approach.

 

Main Updates
Compatibility with the Latest OpenAI Features (including Remote MCP & Code interpreter)
Ready-to-Use Templates

  •  Two archives (TestGenAI_VCL.zip and TestGenAI_FMX.zip) let you copy and paste any snippet from the documentation and test it out, with no complicated setup.

Variety of Code Snippets

  •  For each feature: synchronous, asynchronous (event/callback), and asynchronous with async/await.
  •  The idea is to allow everyone to compare the approaches and pick the one that fits them best.

Documentation That’s Directly Usable

  •  All markdown examples can be tested as-is within the supplied templates.

A Gradual Learning Path

  •  The aim: make it easier to learn about AI in Delphi, whatever your starting level, and to keep things as accessible as possible.

 

About This Approach

I’m not an experienced “Delphi old-timer” and I don’t know the community very well yet; that’s why I chose to offer several approaches (synchronous, asynchronous, and async/await) for each example.
But maybe that’s not really necessary—maybe some would prefer strictly asynchronous, or even just synchronous?
I’d be interested in your thoughts or experiences on this (no pressure—just curious, and trying to do what's most helpful).

 

Also Tried on Other Wrappers

I’ve used the same principle in a Delphi wrapper for Deepseek. Depending on the feedback I get here, I’ll decide whether to take this approach with a few other wrappers I’ve put up on Github.

 

Thanks in advance for reading, and best wishes to all.

Edited by Maxidonkey
  • Like 2
  • Thanks 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×