# {MODEL_NAME} ## ✅ Verified | Prompt | Response | Correct? | |--------|----------|----------| | What is the capital of France? | Paris | ✅ | ## Usage ```python from dispatchai import load_model model = load_model("{MODEL_NAME}", backend="gguf") print(model.chat("Hello!")) ```