Skip to content

Releases: yeokm1/doschgpt

v0.18

10 Oct 16:28
Compare
Choose a tag to compare
  • Added support for Ollama servers. (No HTTPS proxy is required as Ollama uses unencrypted HTTP.)

First requested in this issue: #10

v0.17

05 Oct 03:56
9caf403
Compare
Choose a tag to compare
  • Corrected JSON request and reply bug in Hugging Face due to API changes
  • Max new tokens for Hugging Face is hardcoded at 400

First reported in this issue: #11

v0.16

03 Sep 14:48
Compare
Choose a tag to compare
  • Corrected parsing bug in finding end of value for content key
  • Changed default model in config file to gpt-4o

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