• Joined on 2023-08-10
juk0de pushed to msg_suffix at kaizenkodo/ChatMastermind 2023-09-29 07:16:36 +02:00
1ebfd0944a hist_cmd: startet to implement '--convert'
2a8f01aee4 chat: 'msg_gather()' now supports globbing
efdb3cae2f question: moved around some code
aecfd1088d chat: added message file format as ChatDB class member
140dbed809 message: added function 'rm_file()' and test
Compare 13 commits »
juk0de pushed to main at kaizenkodo/ChatMastermind 2023-09-29 07:16:04 +02:00
6f3758e12e question_cmd: fixed '--create' option
juk0de pushed to msg_suffix at kaizenkodo/ChatMastermind 2023-09-28 15:50:06 +02:00
3245690d4d chat: 'msg_gather()' now supports globbing
37341ccebe question: moved around some code
8031271c18 chat: added message file format as ChatDB class member
5e392e782e message: added function 'rm_file()' and test
Compare 4 commits »
juk0de pushed to msg_suffix at kaizenkodo/ChatMastermind 2023-09-26 18:29:44 +02:00
589b92c9b6 test_question_cmd: modified tests to use '.msg' file suffix
3c4f93cc51 test_chat: added test for file_path collision detection
f01ccb7d36 test_chat: changed all tests to use the new '.msg' suffix
68aab144ca test_message: changed all tests to use the new '.msg' suffix
ffcf500acb message: fixed tag matching for YAML file format
Compare 10 commits »
juk0de pushed to msg_suffix at kaizenkodo/ChatMastermind 2023-09-26 18:26:15 +02:00
3c1c9860a0 test_question_cmd: modified tests to use '.msg' file suffix
3bc5f7cd63 test_chat: added test for file_path collision detection
f352d71177 test_chat: changed all tests to use the new '.msg' suffix
11d50ae551 test_message: changed all tests to use the new '.msg' suffix
1743802262 message: fixed tag matching for YAML file format
Compare 7 commits »
juk0de pushed to main at kaizenkodo/ChatMastermind 2023-09-26 18:04:31 +02:00
dd836cd72d Merge pull request 'cmm question --repeat supports multiple questions, added tests and fixes' (#15) from repeat_multi into main
601ebe731a test_question_cmd: added a new testcase and made the old cases more explicit (easier to read)
87b25993be tests: moved 'FakeAI' and common functions to 'test_common.py'
a478408449 test_question_cmd: test fixes and cleanup
b83b396c7b question_cmd: fixed msg specific argument creation
Compare 12 commits »
juk0de merged pull request kaizenkodo/ChatMastermind#15 2023-09-26 18:04:29 +02:00
'cmm question --repeat' supports multiple questions, added tests and fixes
juk0de created branch msg_suffix in kaizenkodo/ChatMastermind 2023-09-24 18:21:03 +02:00
juk0de pushed to msg_suffix at kaizenkodo/ChatMastermind 2023-09-24 18:21:03 +02:00
fae835be1f message: introduced '.msg' suffix
juk0de created pull request kaizenkodo/ChatMastermind#15 2023-09-24 09:03:13 +02:00
Make 'cmm question --repeat' support multiple questions, tests and fixes
juk0de pushed to repeat_multi at kaizenkodo/ChatMastermind 2023-09-24 08:53:57 +02:00
601ebe731a test_question_cmd: added a new testcase and made the old cases more explicit (easier to read)
87b25993be tests: moved 'FakeAI' and common functions to 'test_common.py'
Compare 2 commits »
juk0de pushed to repeat_multi at kaizenkodo/ChatMastermind 2023-09-23 09:05:23 +02:00
0ce24bc999 tests: moved 'FakeAI' and common functions to 'test_common.py'
juk0de pushed to repeat_multi at kaizenkodo/ChatMastermind 2023-09-23 09:03:58 +02:00
b2021ba36b tests: moved 'FakeAI' and common functions to 'test_common.py'
juk0de pushed to repeat_multi at kaizenkodo/ChatMastermind 2023-09-23 08:53:38 +02:00
a478408449 test_question_cmd: test fixes and cleanup
juk0de pushed to repeat_multi at kaizenkodo/ChatMastermind 2023-09-23 08:24:12 +02:00
5c46bbe865 test_question_cmd: test fixes and cleanup
b83b396c7b question_cmd: fixed msg specific argument creation
3c932aa88e openai: fixed assignment of output tags
b50caa345c test_question_cmd: introduced 'FakeAI' class
80c5dcc801 question_cmd: input tag options without a tag (e. g. '-t') now select ALL tags
Compare 9 commits »
juk0de pushed to repeat_multi at kaizenkodo/ChatMastermind 2023-09-22 08:05:30 +02:00
d8aeb6cb0c question_cmd: tag options without a tag (e. g. '-t') now select ALL tags
juk0de pushed to repeat_multi at kaizenkodo/ChatMastermind 2023-09-22 07:56:33 +02:00
420d0695c4 question_cmd: tag options without a tag (e. g. '-t') now select ALL tags
6d085a6c80 ai_factory: added optional 'def_ai' and 'def_model' arguments to 'create_ai'
6b4ce8448f question_cmd: fixed AI and model arguments when repeating messages
Compare 3 commits »
juk0de pushed to repeat_multi at kaizenkodo/ChatMastermind 2023-09-21 18:22:11 +02:00
0ee5645853 question_cmd: fixed AI and model arguments when repeating messages
ba16e325d1 test_question_cmd: added testcase for --repeat with multiple messages
Compare 2 commits »
juk0de created branch repeat_multi in kaizenkodo/ChatMastermind 2023-09-21 07:58:06 +02:00
juk0de pushed to repeat_multi at kaizenkodo/ChatMastermind 2023-09-21 07:58:06 +02:00
42723d40ed question_cmd: implemented repetition of multiple messages