diff --git a/llmchat.py b/llmchat.py index 74328e2..805d72d 100644 --- a/llmchat.py +++ b/llmchat.py @@ -1,5 +1,5 @@ # LLM chat for T-Deck CicruitPython version -# (also can be run on usual CPython) +# (also can be run on MicroPython and usual CPython) # On the T-Deck, requires to be run from tdeck_repl for the # keyboard to work correctly # Created by Luxferre in 2025, released into public domain