Releases: adamyodinsky/TerminalGPT
Releases · adamyodinsky/TerminalGPT
v1.0.13
v1.0.12
- Adding a version command.
- Makefile tweaks.
Full Changelog: v1.0.11...v1.0.12
v1.0.11
- Readme updates.
- Popping out welcome back system message on loading conversation command.
Full Changelog: v1.0.10...v1.0.11
v1.0.10
What's Changed
- Syntax highlighting by @adamyodinsky in #17
Highlighting Example
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
- Fix to non-concurrency by @adamyodinsky in #15
- Safety Buffer by @adamyodinsky in #16
Full Changelog: v1.0.7...v1.0.9
Fixing Token counter and limit control + Upgrading model
What's Changed
- Fixing token counter and limit control bug by @adamyodinsky in #12
- Upgrading Model to gpt-3.5-turbo-0301
Full Changelog: v1.0.6...v1.0.7
v1.0.6
Hot-fix
v1.0.5 - Not stable
What's Changed
- Concurrent fix by @adamyodinsky in #11
- Bump openai from 0.27.0 to 0.27.2 by @dependabot in #10
- Bump tiktoken from 0.2.0 to 0.3.2 by @dependabot in #9
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Small twicks by @adamyodinsky in #8
- Adding Dependabot
- Handling empty conversations
- Changing instruction messages from user to system
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Hotfix: create conversations folder if not exists