mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-01 20:14:03 +08:00
add fastchat.md
This commit is contained in:
parent
20f1daff1a
commit
e093f8694a
@ -32,7 +32,7 @@ async def dispatch(args: Namespace):
|
||||
|
||||
if __name__ == '__main__':
|
||||
args = None
|
||||
args = parser.parse_args(args=['--model-dir', '/media/checkpoint/', '--model', 'fastChatOpenAI', '--no-remote-model'])
|
||||
args = parser.parse_args(args=['--model-dir', '/media/checkpoint/', '--model', 'fastchat-chatglm-6b', '--no-remote-model'])
|
||||
|
||||
loop = asyncio.new_event_loop()
|
||||
asyncio.set_event_loop(loop)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user