Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@serhhatsari serhhatsari released this 16 Sep 01:50
· 16 commits to master since this release
6305582

Changelog

  • 5150bfc Merge branch 'dev' of https://github.com/serhhatsari/askgpt into dev
  • 51b16a1 Merge branch 'master' into dev
  • ae39e14 Merge pull request #31 from serhhatsari/dev
  • 6e686e3 Merge pull request #32 from serhhatsari/dev
  • c94fa2f Merge pull request #33 from serhhatsari/dev
  • 3b2975f Merge pull request #34 from serhhatsari/dev
  • a0954d1 Merge pull request #35 from serhhatsari/dev
  • 6305582 Merge pull request #36 from serhhatsari/dev
  • 6b0e7a5 chore(.gitignore): add executable to gitignore
  • 4f4cc30 chore(deps): update dependencies to latest versions
  • 6fbffe6 chore(gitignore): add executable to the gitignore
  • aa4d3e5 chore(image.go): make call function not exported
  • 5389a45 chore(main.go): update imports
  • ffc1df1 chore: change error message to slog
  • a772402 chore: change the root commands file name
  • f7a305b chore: delete .env file from gitignore
  • 4563593 chore: delete unnecessarry code in main
  • 8eb5d03 chore: remove .env support
  • 332e3b8 chore: update chatgpt response model
  • 071c648 chore: update default model to gpt-4
  • 74cbd77 chore: update deps and refactor readme (#30)
  • f603804 chore: update goreleaser
  • 2b4d905 docs(readme): add .env support to readme
  • 0f4389c docs(readme): add via source installation method
  • 479fb21 docs(readme): update build command
  • aa51802 docs(readme): update commands
  • 5cce931 feat(chat.go): create utils package, update chat command
  • 9be9f4d feat: add .env support
  • df10800 feat: delete cmp command, update project structure
  • f78a9ab feat: update folder structure
  • 742c35b fix: decrease the size of the max token
  • 0fcc7ec refactor(chat.go): delete extra newlines
  • 028c5d3 refactor(chat.go): refactor imports
  • b3502c1 refactor(chatlogic.go): update imports
  • ddf725d refactor(image.go): refactor image command
  • 4fddcb2 refactor(image.go): refactor imports
  • 6f34a9e refactor(imgutils.go): refactor imports
  • 27f584b refactor(openai.go): delete cmp command functions & make functions more generic
  • e1b7086 refactor(openai.go): fix token problem
  • 952e24e refactor: update file names