From ab3cc3f0f47790ea3a713b2a3831aac1efb3c854 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Fri, 10 Jan 2025 21:39:41 +0100 Subject: [PATCH] fixed missing coma --- lightrag/api/lightrag_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/api/lightrag_server.py b/lightrag/api/lightrag_server.py index 1175afab..d4cddd6c 100644 --- a/lightrag/api/lightrag_server.py +++ b/lightrag/api/lightrag_server.py @@ -306,7 +306,7 @@ def create_app(args): llm_model_max_token_size=args.max_tokens, llm_model_kwargs={ "host": args.llm_binding_host, - "timeout":args.timeout + "timeout":args.timeout, "options": {"num_ctx": args.max_tokens}, }, embedding_func=EmbeddingFunc(