From a0189a6b16cd6517003e11c6f8209d2dee35766a Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sun, 21 Dec 2025 08:42:07 +0200 Subject: [PATCH] added mpy notice on llmchat --- llmchat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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