feat: add cloudflare workers ai integration for lightrag

This commit is contained in:
al1k
2025-07-10 13:05:19 +06:00
committed by GitHub
parent f153330419
commit 0d69e40995

View File

@@ -35,7 +35,7 @@ LLM_MODEL = "@cf/meta/llama-3.2-3b-instruct"
WORKING_DIR = "../dickens" #you can change output as desired
# Cloudflare init
class CloudflareWorker:
def __init__(self,
cloudflare_api_key: str,