al1k commited on
Commit
6882065
·
unverified ·
1 Parent(s): cc50f66

feat: add cloudflare workers ai integration for lightrag

Browse files
examples/unofficial-sample/lightrag_cloudflare_demo.py CHANGED
@@ -35,7 +35,7 @@ LLM_MODEL = "@cf/meta/llama-3.2-3b-instruct"
35
 
36
  WORKING_DIR = "../dickens" #you can change output as desired
37
 
38
-
39
  class CloudflareWorker:
40
  def __init__(self,
41
  cloudflare_api_key: str,
 
35
 
36
  WORKING_DIR = "../dickens" #you can change output as desired
37
 
38
+ # Cloudflare init
39
  class CloudflareWorker:
40
  def __init__(self,
41
  cloudflare_api_key: str,