Releases: yeokm1/doschgpt
Releases · yeokm1/doschgpt
v0.18
- Added support for Ollama servers. (No HTTPS proxy is required as Ollama uses unencrypted HTTP.)
First requested in this issue: #10
v0.17
- 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
- Corrected parsing bug in finding end of value for content key
- Changed default model in config file to gpt-4o
v0.14
- Increased delay after receiving no bytes to 2 seconds to confirm no more incoming packets
v0.13
- Corrected parsing bug where ChatGPT JSON reply now provides in human-readable output with newlines
v0.12
- (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
- Support for Hugging Face API
v0.10
- Can customise path to configuration file
v0.9
- (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