20 Commits

Author SHA1 Message Date
0bde545599 cmm: the 'tags' command now uses the new 'ChatDB' 2023-09-04 08:58:08 +02:00
dc13213c4d configuration is now a TypedDict in its own module 2023-08-16 08:14:41 +02:00
4303fb414f added typ hints for all functions in 'main.py', 'utils.py', 'storage.py' and 'api_client.py' 2023-08-15 23:53:24 +02:00
Oleksandr Kozachuk
e4d055b900 Fix the max_tokens, temperature, and model setup. 2023-08-12 12:20:49 +02:00
bc5e6228a6 defined 'ConfigType' for configuration file type hinting 2023-08-12 10:21:09 +02:00
5a435c5f8f fixed 'tag' and 'hist' commands 2023-08-12 08:20:00 +02:00
f90e7bcd47 fixed 'hist' command and simplified reading the config file 2023-08-12 08:13:31 +02:00
6406d2f5b5 started to implement sub-commands 2023-08-11 18:27:33 +02:00
Oleksandr Kozachuk
9b6b13993c Output the tag list sorted alphabetically. 2023-08-05 23:07:39 +02:00
f8ed0e3636 tags are now separated by ' ' (old format is still readable) 2023-08-05 18:02:03 +02:00
Oleksandr Kozachuk
01de75bef3 Improve -l output. 2023-08-05 12:39:46 +02:00
5d55bed0ec added option '-l' to list all tags and their frequency 2023-08-05 11:16:06 +02:00
32bd17594b Added option '-W' to print chat history with filenames 2023-08-05 08:09:35 +02:00
b57d78a875 added option '-w' to print chat history with tags 2023-08-04 22:24:30 +02:00
Oleksandr Kozachuk
648d7b35cc Merge branch 'main' of fstage:ok/ChatMastermind 2023-05-08 13:59:42 +02:00
Oleksandr Kozachuk
6ae0e7d084 Improve handling of printing source code only output. 2023-05-07 16:32:24 +02:00
Oleksandr Kozachuk
ad10af8f4f Improve source code extraction 2023-04-08 11:32:29 +02:00
Oleksandr Kozachuk
eed180e7a6 Add possibility to print just the source code 2023-04-07 23:42:26 +02:00
Oleksandr Kozachuk
4ee777118d Refactor process_tags 2023-04-07 17:56:02 +02:00
Oleksandr Kozachuk
b23a9f663f Splain main.py to several files. 2023-04-07 17:40:24 +02:00