mirror of
https://github.com/linyqh/NarratoAI.git
synced 2025-12-11 18:42:49 +00:00
解决冲突
This commit is contained in:
parent
46840b0347
commit
5b0344dd95
@ -354,7 +354,7 @@ def _generate_response(prompt: str, llm_provider: str = None) -> str:
|
||||
return content.replace("\n", "")
|
||||
|
||||
|
||||
def _generate_response_video(prompt: str, llm_provider_video: str, video_file: Union[str, TextIO]) -> str:
|
||||
def _generate_response_video(prompt: str, llm_provider_video: str, video_file: Union[str, File]) -> str:
|
||||
"""
|
||||
多模态能力大模型
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user