Skip to content

Releases: Nemoden/gogpt

v0.0.2

07 Mar 10:08
Compare
Choose a tag to compare

Changelog

  • 98fd823 Provided insallation instructions
  • e31a4eb added chat capabilities, make model non-configurable for now, always use gpt-3.5-turbo, slight refactoring
  • e628879 github.com/sashabaranov/go-gpt3 -> github.com/sashabaranov/go-openai

v0.0.1

05 Mar 02:01
Compare
Choose a tag to compare

Changelog

  • a14d96e Add goreleaser
  • c74ad02 Added --md2 which uses MichaelMure/go-term-markdown
  • d148106 Added roadmap to readme
  • f879cf9 Cleaning up debugging stuff
  • eef5a04 Demos
  • 0374f35 Fixed readme, fixed config renderer default option
  • d939104 Initial commit
  • e82be64 License
  • 35abfeb Make the chat configurable
  • fc3bce7 Refactoring, removed some code duplications
  • 175c38f Renamed chat -> gogpt
  • 4a3b57f Renamed env var GOGPT_API_TOKEN -> OPENAPI_API_KEY