mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
refine error response, add set api-key MD (#178)
This commit is contained in:
@ -156,7 +156,7 @@ class LocalLLM(Base):
|
||||
|
||||
return do_rpc
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
def __init__(self, *args, **kwargs):
|
||||
self.client = LocalLLM.RPCProxy("127.0.0.1", 7860)
|
||||
|
||||
def chat(self, system, history, gen_conf):
|
||||
|
||||
Reference in New Issue
Block a user