Using subcommands instead of arguments #2

Merged
ok merged 17 commits from subcommands into main 2023-08-12 21:37:06 +02:00

17 Commits

Author SHA1 Message Date
juk0de 1e15a52e26 updated README and some minor renaming 2023-08-12 18:34:19 +02:00
juk0de c4a7c07a0c fixed tests 2023-08-12 14:16:16 +02:00
juk0de 22bebc16ed fixed min nr of expected arguments 2023-08-12 14:16:16 +02:00
juk0de f7ba0c000f renamed 'model' command to 'config' 2023-08-12 14:16:16 +02:00
Oleksandr Kozachuk b6eb7d9af8 Fix autocompletion. 2023-08-12 13:58:15 +02:00
juk0de f371a6146e moved 'read_config' to storage.py and added 'write_config' 2023-08-12 13:55:39 +02:00
Oleksandr Kozachuk 6ed459be6f Fix tests. 2023-08-12 13:17:10 +02:00
Oleksandr Kozachuk 1fb9144192 Change REDAME.md with the new call semantics. 2023-08-12 12:44:13 +02:00
Oleksandr Kozachuk 4b2f634b79 Remove wrong comment and make it more readable. 2023-08-12 12:30:07 +02:00
Oleksandr Kozachuk e4d055b900 Fix the max_tokens, temperature, and model setup. 2023-08-12 12:20:49 +02:00
juk0de bc5e6228a6 defined 'ConfigType' for configuration file type hinting 2023-08-12 10:21:09 +02:00
juk0de 056bf4c6b5 fixed almost all tests 2023-08-12 09:51:13 +02:00
juk0de 93a8b0081a main: cleanup 2023-08-12 09:50:54 +02:00
juk0de 5119b3a874 fixed 'ask' command 2023-08-12 08:28:07 +02:00
juk0de 5a435c5f8f fixed 'tag' and 'hist' commands 2023-08-12 08:20:00 +02:00
juk0de f90e7bcd47 fixed 'hist' command and simplified reading the config file 2023-08-12 08:13:31 +02:00
juk0de 6406d2f5b5 started to implement sub-commands 2023-08-11 18:27:33 +02:00