ChatMastermind/chatmastermind
2023-09-13 07:52:05 +02:00
..
ais Make it possible to specify the AI in config command. 2023-09-12 16:37:50 +02:00
commands Implement the config -l and config -m commands. 2023-09-12 16:34:17 +02:00
__init__.py Initial commit of the code. 2023-04-07 15:14:34 +02:00
ai_factory.py ai_factory: fixed argument parsing bug 2023-09-13 07:52:05 +02:00
ai.py Implement the config -l and config -m commands. 2023-09-12 16:34:17 +02:00
chat.py Remove the -*terminal_width() to save space on screen. 2023-09-12 13:48:28 +02:00
configuration.py Implement the config -l and config -m commands. 2023-09-12 16:34:17 +02:00
main.py Make it possible to specify the AI in config command. 2023-09-12 16:37:50 +02:00
message.py message: to_file() now uses intermediate temporary file 2023-09-10 19:57:06 +02:00
tags.py tags: some clarification and new tests 2023-08-31 15:47:58 +02:00