mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-10-10 23:48:19 +00:00
pre-commit
This commit is contained in:
parent
8deb30aa20
commit
2e703296d5
@ -10,6 +10,7 @@ WORKING_DIR = "./dickens"
|
|||||||
if not os.path.exists(WORKING_DIR):
|
if not os.path.exists(WORKING_DIR):
|
||||||
os.mkdir(WORKING_DIR)
|
os.mkdir(WORKING_DIR)
|
||||||
|
|
||||||
|
|
||||||
async def lmdeploy_model_complete(
|
async def lmdeploy_model_complete(
|
||||||
prompt=None, system_prompt=None, history_messages=[], **kwargs
|
prompt=None, system_prompt=None, history_messages=[], **kwargs
|
||||||
) -> str:
|
) -> str:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user