void setLlm(String text) { llm.value = text; GetStorage box = GetStorage(); box.write('llm', text); }