from dispatchai import load_model model = load_model("{MODEL_NAME}", backend="gguf") print(model.chat("Hello!"))