diff --git a/deck/llm.py b/deck/llm.py index 3003448..84df7ba 100644 --- a/deck/llm.py +++ b/deck/llm.py @@ -1,4 +1,6 @@ -# deck.llm +# deck.llm: a class with (online) LLM interactions for T-Deck +# Supports external config files and multiple providers +# Created by Luxferre in 2025, released into public domain import json