mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-15 03:10:35 +08:00
@@ -144,8 +144,8 @@ class WebChatModel(ChatModel):
|
||||
messages,
|
||||
system,
|
||||
tools,
|
||||
images=[image],
|
||||
videos=[video],
|
||||
images=[image] if image else None,
|
||||
videos=[video] if video else None,
|
||||
max_new_tokens=max_new_tokens,
|
||||
top_p=top_p,
|
||||
temperature=temperature,
|
||||
|
||||
Reference in New Issue
Block a user