Skip to content

Commit

Permalink
解决冲突
Browse files Browse the repository at this point in the history
  • Loading branch information
linyqh committed Nov 26, 2024
1 parent 46840b0 commit 5b0344d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
"""
多模态能力大模型
"""
Expand Down

0 comments on commit 5b0344d

Please sign in to comment.