Skip to content

Releases: yeokm1/doschgpt

v0.16

16 Aug 13:24
Compare
Choose a tag to compare
  • Corrected parsing bug in finding end of value for content key

v0.15

16 Sep 16:16
Compare
Choose a tag to compare

Integrated dosbtalk library to interface with First-Byte Engine directly.

v0.14

25 Jun 14:54
Compare
Choose a tag to compare
  • Increased delay after receiving no bytes to 2 seconds to confirm no more incoming packets

v0.13

11 Jun 06:02
Compare
Choose a tag to compare
  • Corrected parsing bug where ChatGPT JSON reply now provides in human-readable output with newlines

v0.12

10 May 10:56
Compare
Choose a tag to compare
  • (New feature) Ability to read using SmoothTalker by Firstbyte and Creative Text-to-Speech Reader
  • Word wrap function to avoid breaking up words at the end of line
  • Consolidate some of the parsed arguments

v0.11

30 Apr 14:04
Compare
Choose a tag to compare
  • Support for Hugging Face API

v0.10

30 Apr 09:49
Compare
Choose a tag to compare
  • Can customise path to configuration file

v0.9

27 Apr 14:49
Compare
Choose a tag to compare
  • (New feature) Ability to append conversation history and debug messages to text file
  • (New feature) Display timestamp as a debug option
  • Remove FAR pointers
  • Reduced user entry buffer to 1600 bytes
  • Reduced API body buffer to 12000 bytes
  • Reduced SEND_RECEIVE buffer to 14000 bytes

v0.8

09 Apr 15:28
Compare
Choose a tag to compare
  • Supports Greek Code Page 737 via -cp737 command line argument.
  • Corrected small bug in Code Page 437 parsing UTF-8 characters starting with 0xE2 that does not return designated unknown character if unknown character is encountered.

v0.7

08 Apr 02:30
Compare
Choose a tag to compare
  • Corrected bug in previous release where previous message/reply memory is not freed after program ends.
  • Now will use one-time malloc allocations of previous message (5000), temp message (5000), GPT reply (8000) buffers to avoid memory fragmentation.
  • Correct memory allocation issue of not using __far when required