from chat_engine import LLMChatEngine # LLMChatEngine(sqlite_path: str = "va_code.db", model_name: str = "Qwen/Qwen3-14B", enable_thinking: bool = True) chat_engine = LLMChatEngine() response = chat_engine.chat("If my landlord needs to do repairs that require me to temporarily move out, can they force me to relocate without my consent?") print(response)