Releases: SimoSbara/samp-chatbot
v1.7.8
What's Changed
- Crash fix caused by an incorrect reference on logprintf function
- Add GetChatBotType native function to retrieve bot type by @Katzu09 in #4
New Contributors
Full Changelog: v1.7.7...v1.7.8
Thanks to @ReshiramZekrom1 for testing this version on open.mp on both Windows and Linux.
v1.7.7
Full Changelog: v1.7.6...v1.7.7
Fixed an occasional crash due to an unhandled json parsing.
Thanks to @ReshiramZekrom1 for reporting this issue!
v1.7.6
Full Changelog: v1.7.5...v1.7.6
Added UTF8 encoding support for using this plugin outside SAMP!
Thanks to @karthigenius for testing!
v1.7.5
v1.7
Full Changelog: v1.5...v1.7
New Encoding System! The plugin now supports accents of Windows 1252, Windows 1251 and GB2312.
The text is converted internally in UTF-8 and then re-converted in the original encoding.
Use
SetChatBotEncoding(encoding)before setting chat bot parameters. The default encoding is Windows 1252 (W1252).Last but not least, Doubao AI API has been implemented!
Special thanks to @siwode1 for testing the GB2312 encoding and for the initial implementation of the new Doubao API.
v1.5
Full Changelog: v1.3.5...v1.5
- Chat History implementation, it is automatic updated to each request. Use ClearMemory(id) to clear the memory.
v1.3.5
Full Changelog: v1.3.1...v1.3.5
- Enabled generic IDs for Chat Bot requests
v1.3.1
Full Changelog: v1.2.5...v1.3.1
- Fix high CPU usage during idle.
Thanks to @karthigenius for testing this version.
v1.3
Full Changelog: v1.26...v1.3
- Fix plugin compilation and execution on Linux
Thanks to @karthigenius for testing on linux.
v1.2.6
Full Changelog: v1.2...v1.26
- Bug fix Gemini response