fixed missing coma
This commit is contained in:
parent
adb288c5bb
commit
ab3cc3f0f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue