diff --git a/lightrag/llm.py b/lightrag/llm.py index 99179128..72af880e 100644 --- a/lightrag/llm.py +++ b/lightrag/llm.py @@ -603,7 +603,7 @@ async def jina_embedding( url = "https://api.jina.ai/v1/embeddings" if not base_url else base_url headers = { "Content-Type": "application/json", - "Authorization": f"Bearer {os.environ["JINA_API_KEY"]}", + "Authorization": f"Bearer {os.environ['JINA_API_KEY']}", } data = { "model": "jina-embeddings-v3",