Releases: fang2hou/chatbot-gpt
Release v0.0.4
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
Release v0.0.3
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
Release v0.0.2
Release v0.0.1
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