Releases: kingwingfly/gpt
Releases · kingwingfly/gpt
v0.1.0
Warn: you should re-add your config in this upgrade.
- remove
dialoguer
and usecliclack
for prompt - support DeepSeek (https://api.deepseek.com)
- multiple config support
v0.0.6
- fix bug: invalid utf-8 panic if response is not completed
v0.0.5
- enhance: support model choice
- fix: panic if response is not completed
v0.0.4
- transfer store and load from PersistSource to Config
v0.0.3
- use
encrypt_config
instead of keyring - the api_key will no longer be encrypt, because it's meaningless in OS.
v0.0.2
- bump deps: keyring 3.0.x
v0.0.1
- release formal version
v0.0.1-alpha12
- upstream multiline support merged
- bump deps
v0.0.1-alpha11
- support end and home navigation
v0.0.1-alpha10
- upstream: bump deps