Skip to content

Releases: ryuichi-maeda/ecgpt

v1.0.0

03 Apr 10:27
3a57744
Compare
Choose a tag to compare

Changelog

  • 7d8677c Merge pull request #1 from ryuichi-maeda/configure
  • d281cfd Merge pull request #10 from ryuichi-maeda:refactor
  • 2ced842 Merge pull request #11 from ryuichi-maeda:add-file-test
  • bd4b32e Merge pull request #12 from ryuichi-maeda:add-ci
  • 3d765bc Merge pull request #13 from ryuichi-maeda:add-release
  • 55f8e05 Merge pull request #14 from ryuichi-maeda:fix-behavior
  • 69ece73 Merge pull request #15 from ryuichi-maeda:refactor
  • 7b5abbc Merge pull request #16 from ryuichi-maeda:add-summarize
  • 39922a1 Merge pull request #17 from ryuichi-maeda:refactor
  • 03cff60 Merge pull request #18 from ryuichi-maeda:fix-configure
  • 554cb68 Merge pull request #19 from ryuichi-maeda/update-release
  • d6770e0 Merge pull request #2 from ryuichi-maeda/fix
  • fe5c11f Merge pull request #20 from ryuichi-maeda:fix-copyright
  • 3a57744 Merge pull request #21 from ryuichi-maeda:add-readme
  • 6915b15 Merge pull request #3 from ryuichi-maeda/one-turn-chat
  • 23b83e6 Merge pull request #4 from ryuichi-maeda/refactor
  • 97a30ef Merge pull request #5 from ryuichi-maeda/multi-turn-chat
  • edb8fa9 Merge pull request #6 from ryuichi-maeda/add-behavior
  • a635766 Merge pull request #7 from ryuichi-maeda:refactor
  • a146806 Merge pull request #8 from ryuichi-maeda:save-conversation
  • 6e20174 Merge pull request #9 from ryuichi-maeda:history
  • b91783c add: behavior of the assistant
  • e7c3f97 add: ci
  • 7392d02 add: configure command
  • a82b644 add: file test
  • 8f3f22a add: go releaser
  • f29b5dd add: history command
  • c0dfcf1 add: readme
  • f60060f add: save conversation
  • 91cfca4 add: simple one turn chat command
  • aafeb0c add: summarize that run when the chat finish
  • 5194fe4 first commit
  • d7d9c58 fix: behavior
  • 7d1702c fix: behavior
  • cf6ea93 fix: configure to show prior credentials
  • 738c184 fix: default copyright
  • e6826ce fix: method that gets credentials file
  • 7d13bb7 refactor
  • 4b32f5c refactor
  • ac21a95 refactor
  • 30280ab refactor: to use go-openai package
  • 2b30d91 refactor: utils
  • 615ba8f remove: structs dir
  • ee70473 update: chat command to play multi-turn chat
  • 9280468 update: release to add installation using homebrew