feat: add cloudflare workers ai integration for lightrag
This commit is contained in:
parent
f153330419
commit
0d69e40995
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ LLM_MODEL = "@cf/meta/llama-3.2-3b-instruct"
|
||||||
|
|
||||||
WORKING_DIR = "../dickens" #you can change output as desired
|
WORKING_DIR = "../dickens" #you can change output as desired
|
||||||
|
|
||||||
|
# Cloudflare init
|
||||||
class CloudflareWorker:
|
class CloudflareWorker:
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
cloudflare_api_key: str,
|
cloudflare_api_key: str,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue