diff --git a/docs/class.drawio b/docs/class.drawio new file mode 100644 index 0000000..bb4fd55 --- /dev/null +++ b/docs/class.drawio @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/py/simple_chat.py b/py/simple_chat.py index 879e1f1..cd5e9c9 100644 --- a/py/simple_chat.py +++ b/py/simple_chat.py @@ -21,3 +21,4 @@ class CLIChat: break output_text = chat1.send_message(input_text, model) print(output_text) +