from qwisp import Wisp w = Wisp().load(device="cpu") print(w.chat("Hi",temperature=0.7))