"vscode:/vscode.git/clone" did not exist on "cc41178bf58b868966bceb7c94266af83b4f3e50"
Commit a0171562 authored by zhouxiang's avatar zhouxiang
Browse files

修复openai服务客户端脚本的问题

parent d1b3158d
......@@ -35,7 +35,7 @@ if __name__ == "__main__":
stream = True
prompts = [prompt]
model="baichuan2-fastllm""
model="baichuan2-fastllm"
messages=[{"role": "user", "content": "你好"}]
pool = ThreadPoolExecutor(max_workers=32)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment