Babbel Test

Posted by ALB42 on 27. Oktober 2024

What ALB is doing at yesterdays Amiga Meeting? Writing a little Client for an Open Source AI Chat bot (Ollama).

Delphi added some AI features to their newest Version of the Delphi IDE (12.2). I don’t want to sent my sources to OpenAI or Google so I decided for the Open Source model which you can install on your own server via a docker container. And I noticed this model even works without GPU rather nicely so I could install it on my server and access it from a little Amiga program via REST API.

And yesterday was the monthly Amiga meeting here in Berlin, so I started to implement directly on my A1200 using FreePascal IDE. It’s little client to send text to this server and show the streamed answer, and it works.

All in all not bad for around 3 hours of work. The power of Free Pascal and MUIClass.