t’s great that Embarcadero has added an AI Chat window to
RAD Studio, but let’s be honest—the implementation is lacking. As one participant at a recent workshop noted:
“It looks like someone wrote it two hours before the release.” Sadly, I have to agree. The AI Chat feature is practically useless if you intend to use AI for anything more than a quick demo.
That’s when I started considering better ways to interface with LLMs. Instead of searching for an alternative, I decided to build my own AI chat interface. It’s called
Chatterbox, and it’s fully open source. You can find it on
GitHub under a “do with it (almost) whatever you want” license.
To start using Chatterbox, you can either build it from source or download the precompiled EXE from
GitHub (currently available only for Windows 32-bit). The app is written with FireMonkey, so—at least theoretically—it can also be built for macOS, iOS, Android, and Linux. However, I haven’t tested it on platforms other than Windows.
To build Chatterbox, you’ll need the following libraries:
Spring4D,
DCPCrypt2, and
TAES. Links to these dependencies are included in the
README file.
Read more »[SIZE=-2]--- Published under the
Creative Commons Attribution 3.0 license[/SIZE]
Weiterlesen...