09.Sep.2025
|
AI chatbot: AmigaGPT 2.11.1 (update)
Cameron Armstrong has developed a chat program called AmigaGPT, which is based on ChatGPT. The software supports the latest OpenAI models including the o1 family and runs on AmigaOS 3.1 and above (including 4.1) and on MorphOS. The source code of the tool can be downloaded separately.
The new version 2.11.0 is now available and includes, among other things, a daemon app that allows AmigaGPT to be used in combination with ARexx in the background without a GUI. All changes at a glance:
- New daemon app (AmigaGPTD). An app that has no GUI and can run in the background. If you have this running, there is no longer any need to have the main AmigaGPT app open if you want to use AmigaGPT's commands in ARexx. The daemon listens on the ARexx port named "AMIGAGPTD" so make sure your scripts try to connect to this new port first, and if it fails, attempt connecting to "AMIGAGPT" which is still the port used by the main app
- Chat message responses from ARexx now put escape sequences in the returned string instead of using control characters (e.g. \n instead of 0x0A) to make them easier to work with in ARexx scripts
- Automatically retry sending or receiving data if the request was made before the handshake had completed
- Greatly improved error reporting for connection errors. It now can show the user a much more detailed and useful error message if something goes wrong
- Added a 3 minute timeout for waiting for a response from the API so it will give up after 3 minutes with an error message instead of waiting forever and making AmigaGPT permanently stuck
- Stop the ARexx scripts that delete a temporary file from announcing the deletion to the user in the console
- Change the default program for the readme and the guide to both be MultiView
- Installer now installs the updated and new ARexx scripts if an older version of AmigaGPT is already installed
Meanwhile version 2.11.1 is available:
- Can now quit the app and daemon with CTRL-C in the shell
- AmigaGPTD now shows errors in requesters
- AmigaGPTD now launches with sufficient stack size
- Launching ARexx scripts from AmigaGPT now finds RX on earlier versions of AmigaOS 3
- Say.rexx script now lets you select a voice
Download: AmigaGPT.lha (4,3 MB) (nba)
[News message: 09. Sep. 2025, 16:04] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|