File size: 94 Bytes
320ca79
 
 
 
 
1
2
3
4
5
from qwisp import Wisp

w = Wisp().load(device="cpu")

print(w.chat("Hi",temperature=0.7))