Skip to content

Releases: fang2hou/chatbot-gpt

Release v0.0.4

10 Apr 15:33
v0.0.4
1ba78cc
Compare
Choose a tag to compare

Changes

  • feat: update github action to automatically translate changes into chinese

  • chore: update configuration to reflect latest code changes

  • feat: add new token prediction model as configuration option

  • refactor: improve localization using GPT-3.5

  • refactor: remove JSON format configuration example file

  • refactor: replace token calculation with new tiktoken library

  • refactor: allow for separate token limits for prompt and completion

  • build: update go mod version

  • feat(discord-bot): set default token limit to 500


Commits in this release

Release v0.0.3

06 Apr 16:54
v0.0.3
0107c6d
Compare
Choose a tag to compare

Changes

  • style: format with goimports

  • perf: auto split the message if the length over 2000

  • feat: support the token prediction with real openai model

  • chore: update the comment of the variable

  • fix: fix config map parsing

  • perf: revise translation of token limit reached

  • build: download should not includes the emoji

  • fix: fix cost calculation of yen and yuan


Commits in this release

Release v0.0.2

06 Apr 16:04
v0.0.2
17f87a0
Compare
Choose a tag to compare

Changes

  • build: disable cgo globally

Commits in this release

Release v0.0.1

06 Apr 15:06
v0.0.1
3fb96a1
Compare
Choose a tag to compare

Changes

  • docs: add readme

  • deps: initialize go mod

  • docs: add example configurations

  • feat: initialize discord-bot

  • feat: initialize internal package database

  • feat: initialize internal package config

  • feat: initialize internal package locale

  • ci: add release github action

  • build: add makefile

  • build: add discord release notification script

  • build: add build script

  • misc: add gitignore file


Commits in this release