forked from LiveCarta/CommentAutomation
Added webhooks subapp for instagram webhooks and celery app and task to pass comment text to an LLM for further processing
This commit is contained in:
@@ -2,7 +2,6 @@ from fastapi.testclient import TestClient
|
||||
|
||||
from comment_automation.main import app
|
||||
|
||||
|
||||
client = TestClient(app)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user