-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix [GenAI] Duplicate Prefix "🤖 AI:" - [+] fix(chat.go): fix bug where colon is added twice to the message if user string already ends with a colon - [+] feat(chat.go): add functionality to remove emoji prefixes from messages in GetHistory() method * Chore Typing Delay - [+] chore(constant.go): update TypingDelay constant value to 60 milliseconds * Docs [README] add Another Example - [+] docs(README.md): add example conversation with AI assistant and information about cyclomatic complexity and simplicity in Go programming - [+] feat(README.md): add contribution guidelines for adhering to cyclomatic complexity of 5 or less per function
- Loading branch information
1 parent
037720f
commit fed26b9
Showing
3 changed files
with
73 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters