Skip to content

Releases: xiaoxx970/chatgpt-in-terminal

V1.3.1

21 Nov 12:59
Compare
Choose a tag to compare

What's Changed

  • 删除系统提示语中的 Knowledge cutoff

Full Changelog: v1.3.0...v1.3.1

V1.3.0

17 Nov 03:23
Compare
Choose a tag to compare

What's Changed

  • 新增设置默认模型功能,现在你可以使用 gpt-term --set-model 模型名称 来设置默认模型,这个设置将写入配置文件,每次启动都能生效。

  • 新增 model 候选项: gpt-4-1106-preview, gpt-4-vision-preview, gpt-3.5-turbo-1106

Full Changelog: v1.2.0...v1.3.0

V1.2.0

21 Jun 08:03
373ee4c
Compare
Choose a tag to compare

What's Changed

  • 使用参数提问在terminal中直接返回答案 by @xiaoxx970 in #60

Full Changelog: v1.1.4...v1.2.0

V1.1.4

14 Jun 16:06
ca8ba3e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

V1.1.3

07 Jun 12:55
51e2320
Compare
Choose a tag to compare

What's Changed

  • fix: 在token达到上限后仅提示;调整提示中的命令配色以匹配原生powershell by @xiaoxx970 in #55

Full Changelog: v1.1.2...v1.1.3

V1.1.2

07 Jun 12:04
08e1d05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

V1.1.1

20 May 13:57
231fc37
Compare
Choose a tag to compare

What's Changed

  • Doc: 友情链接与python版本说明 by @xiaoxx970 in #48
  • fix: 在已经配置lang config时仍在启动时显示switch信息; 在以脚本启动时不显示更新信息 by @Ace-Radom in #47
  • feat: 反向代理配置支持 by @Ace-Radom in #50

Full Changelog: v1.1.0...v1.1.1

V1.1.0 多语言支持

18 May 13:33
c5b1a1a
Compare
Choose a tag to compare

What's Changed

  • I18n国际化,目前已经支持简体中文,英语,以及日语(GPT翻译) by @Lemon-2333 in #41
  • 德语 by @Ace-Radom

New Contributors

Full Changelog: v1.0.5...v1.1.0

V1.0.5

17 May 07:47
Compare
Choose a tag to compare

现在可以通过 python3 -m gpt_term 运行 gpt-term

Full Changelog: v1.0.4...v1.0.5

V1.0.4

11 May 11:24
Compare
Choose a tag to compare

What's Changed

  • feat: 在stream模式下让用户选择显示模式 by @xiaoxx970 in #21
  • 增加/temper命令以更改temperature by @Ace-Radom in #32
  • feat: 简化handle_command和CustomCompleter in #27;添加/reset和/temperature替换命令
  • feat: 为/save命令的参数添加路径补全
  • fix: tokens_limit未定义时使用NaN而不是-1,防止model不存在时提示当前token已超限
  • feat: 在输入未被识别的命令时查找用户最可能想输入的命令 by @Ace-Radom in #34
  • fix: 在识别未定义的命令时命令迭代目标错误 by @Ace-Radom in #35

Full Changelog: v1.0.1...v1.0.4