mirror of
https://github.com/FunAudioLLM/CosyVoice.git
synced 2026-02-05 18:09:24 +08:00
fix lint
This commit is contained in:
@@ -512,7 +512,7 @@ def main(args):
|
||||
))
|
||||
else:
|
||||
outputs = []
|
||||
for i, chat in enumerate(batch["chat_list"]):
|
||||
for chat in batch["chat_list"]:
|
||||
payload = {
|
||||
"model": args.openai_model_name,
|
||||
"messages": chat,
|
||||
|
||||
Reference in New Issue
Block a user