Skip to content

Releases: SimoSbara/samp-chatbot

v1.7.8

29 Jun 19:00

Choose a tag to compare

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

20 Jun 16:40

Choose a tag to compare

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

08 Jun 13:05

Choose a tag to compare

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

06 Feb 19:13

Choose a tag to compare

Full Changelog: v1.7...v1.7.5

Added DeepSeek API support!

Thanks to @siwode1 for testing!

v1.7

02 Feb 11:25

Choose a tag to compare

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

25 Jan 18:35

Choose a tag to compare

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

10 Nov 12:26

Choose a tag to compare

Full Changelog: v1.3.1...v1.3.5

  • Enabled generic IDs for Chat Bot requests

v1.3.1

20 Jun 08:42

Choose a tag to compare

Full Changelog: v1.2.5...v1.3.1

  • Fix high CPU usage during idle.

Thanks to @karthigenius for testing this version.

v1.3

16 Jun 12:06
1567333

Choose a tag to compare

Full Changelog: v1.26...v1.3

  • Fix plugin compilation and execution on Linux

Thanks to @karthigenius for testing on linux.

v1.2.6

16 Jun 10:18
78cd6e8

Choose a tag to compare

Full Changelog: v1.2...v1.26

  • Bug fix Gemini response