• Joined on 2023-08-10
juk0de created pull request kaizenkodo/ChatMastermind#12 2023-09-17 09:43:37 +02:00
Refactoring, fixes and new features for the 'chat.py' module
juk0de pushed to chat_refactoring at kaizenkodo/ChatMastermind 2023-09-17 09:25:22 +02:00
59782f54ca chat: db_read() and cache_read() now also support globbing and filtering
039d3fe3dc chat: added functions db_move() and chat_move() (and tests)
30a62fcced chat: added functions msg_in_cache() and msg_in_db(), also tests
a571307d77 chat: msg_remove() now supports multiple locations
19c2b16301 chat: added validation during initialization
Compare 9 commits »
juk0de pushed to chat_refactoring at kaizenkodo/ChatMastermind 2023-09-17 09:14:18 +02:00
5c287ce3a1 chat: db_read() and cache_read() now also support globbing and filtering
d8e58313f3 chat: added functions db_move() and chat_move() (and tests)
Compare 2 commits »
juk0de pushed to chat_refactoring at kaizenkodo/ChatMastermind 2023-09-16 19:53:12 +02:00
500f90fdf1 chat: added functions db_move() and chat_move() (and tests)
juk0de pushed to chat_refactoring at kaizenkodo/ChatMastermind 2023-09-15 22:42:26 +02:00
e4e760b4a8 chat: added functions msg_in_cache() and msg_in_db(), also tests
juk0de pushed to chat_refactoring at kaizenkodo/ChatMastermind 2023-09-15 16:00:27 +02:00
240cf7b038 chat: msg_remove() now supports multiple locations
juk0de created branch chat_refactoring in kaizenkodo/ChatMastermind 2023-09-15 15:42:40 +02:00
juk0de pushed to chat_refactoring at kaizenkodo/ChatMastermind 2023-09-15 15:42:40 +02:00
487898e640 chat: added validation during initialization
a35b751506 message / chat: 'msg_id()' now returns 'file_path.stem' (removed suffix)
bbc51c2f51 chat: added new functions: msg_unique_id(), msg_unique_content() and tests
44fbff33fe chat: added new functions to ChatDB: msg_gather(), msg_find(), msg_remove()
378bba6002 refactor: renamed (almost) all Chat/ChatDB functions
Compare 9 commits »
juk0de deleted branch repeat from kaizenkodo/ChatMastermind 2023-09-15 15:42:18 +02:00
juk0de pushed to repeat at kaizenkodo/ChatMastermind 2023-09-15 15:40:47 +02:00
487898e640 chat: added validation during initialization
a35b751506 message / chat: 'msg_id()' now returns 'file_path.stem' (removed suffix)
Compare 2 commits »
juk0de pushed to repeat at kaizenkodo/ChatMastermind 2023-09-15 14:42:36 +02:00
d64838c334 chat: added validation during initialization
da140db6c3 message / chat: 'msg_id()' now returns 'file_path.stem' (removed suffix)
Compare 2 commits »
juk0de pushed to repeat at kaizenkodo/ChatMastermind 2023-09-15 10:40:47 +02:00
bbc51c2f51 chat: added new functions: msg_unique_id(), msg_unique_content() and tests
juk0de created branch repeat in kaizenkodo/ChatMastermind 2023-09-15 10:21:11 +02:00
juk0de pushed to repeat at kaizenkodo/ChatMastermind 2023-09-15 10:21:11 +02:00
e2d9bf3f69 chat: added new functions: msg_unique_id(), msg_unique_content() and tests
44fbff33fe chat: added new functions to ChatDB: msg_gather(), msg_find(), msg_remove()
378bba6002 refactor: renamed (almost) all Chat/ChatDB functions
aae8151a00 question_cmd: implemented repeating of the latest message
6ad404899e chat: ChatDB now correctly ignores files that contain no valid messages
Compare 7 commits »
juk0de pushed to source_messages at kaizenkodo/ChatMastermind 2023-09-13 17:45:21 +02:00
17a0264025 question_cmd: now also accepts Messages as source files
juk0de created pull request kaizenkodo/ChatMastermind#11 2023-09-13 17:43:04 +02:00
Allow adding the answer part of a Message to a new question
juk0de created branch source_messages in kaizenkodo/ChatMastermind 2023-09-13 15:56:20 +02:00
juk0de pushed to source_messages at kaizenkodo/ChatMastermind 2023-09-13 15:56:20 +02:00
be8747c8ad question_cmd: now also accepts Messages as source files
8e5da48f4d question_cmd: now also accepts Messages as source files
Compare 2 commits »
juk0de pushed to main at kaizenkodo/ChatMastermind 2023-09-13 09:01:25 +02:00
b5af751193 openai: added test module
juk0de pushed to main at kaizenkodo/ChatMastermind 2023-09-13 08:49:21 +02:00
1b080eade2 openai: added test module
a7345cbc41 ai_factory: fixed argument parsing bug
Compare 2 commits »