Skip to content

Releases: tkawachi/aichat

v0.2.1

15 Jun 23:32
ec70fd6
Compare
Choose a tag to compare

Changelog

  • 68b661b Add support for GPT3Dot5Turbo16K and GPT3Dot5Turbo16K0613 models
  • 90fa0eb Bump golangci/golangci-lint-action from 3.4.0 to 3.5.0
  • 34a841f Merge pull request #27 from tkawachi/dependabot/github_actions/golangci/golangci-lint-action-3.5.0
  • ec70fd6 Merge pull request #28 from tkawachi/gpt-35-16k
  • 3a03a50 go get -u && go mod tidy

v0.2.0

23 May 07:25
Compare
Choose a tag to compare

Changelog

  • 9907945 Add support for reading the default model from a config file
  • a81a6b7 Improve logging of messages in aichat.go
  • a0e20ec Merge pull request #26 from tkawachi/fix-debug-msg

v0.1.1

26 Mar 08:51
a53231b
Compare
Choose a tag to compare

Changelog

  • 6b05d73 Add short option for model flag and change default value for max-tokens flag.
  • ca4a528 Add token limit for GPT models and update prompt token limit calculation
  • 3da83b4 Bump actions/setup-go from 3 to 4
  • 4f0804e Merge pull request #23 from tkawachi/dependabot/github_actions/actions/setup-go-4
  • 9cb6a28 Merge pull request #24 from tkawachi/tokenlimit
  • a53231b Merge pull request #25 from tkawachi/change-m-opt

v0.1.0

19 Mar 05:24
Compare
Choose a tag to compare

Changelog

  • 054c1d6 Add configurable model option to AI chat
  • 7af30bd Update Go module to use the latest version of the OpenAI GPT-3 API

v0.0.9

12 Mar 15:43
Compare
Choose a tag to compare

Changelog

v0.0.8

12 Mar 15:35
176f1e1
Compare
Choose a tag to compare

Changelog

  • bc44a30 Added folding support via subsequent_message
  • 4c38cc0 Changed --max-tokens option handling
  • 797ee1e Merge pull request #20 from tkawachi/change-max-tokens
  • 176f1e1 Merge pull request #21 from tkawachi/fold

v0.0.7

12 Mar 08:04
Compare
Choose a tag to compare

Changelog

  • 08b082d Fixed calculation of allowed tokens
  • 30a1ebb Merge pull request #18 from tkawachi/split-flag

v0.0.6

12 Mar 06:39
Compare
Choose a tag to compare

Changelog

v0.0.5

12 Mar 03:19
Compare
Choose a tag to compare

Changelog

  • 1dd017b Add CountTokens function and test
  • a0e4bee Add error handling for empty response in AI chatbot
  • 690f23c Merge pull request #17 from tkawachi/issue-16

v0.0.4

05 Mar 15:38
b4b23db
Compare
Choose a tag to compare

Changelog