From f74cec7cff98257326683ff6c674e09c7ef14a00 Mon Sep 17 00:00:00 2001 From: Ekaropolus Date: Sat, 5 Jul 2025 22:39:54 -0600 Subject: [PATCH] Request import in the models for the web hook --- pxy_bots/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pxy_bots/models.py b/pxy_bots/models.py index 9488017..c6c23d7 100644 --- a/pxy_bots/models.py +++ b/pxy_bots/models.py @@ -1,3 +1,4 @@ +import requests from django.db import models from pxy_langchain.models import AIAssistant # Now referencing LangChain AI assistants