shamik commited on
Commit
1e539bc
·
unverified ·
1 Parent(s): 45de81d

feat: adding a openai cookbook for video understanding as a comment for future reference.

Browse files
Files changed (1) hide show
  1. universal_agent.py +1 -0
universal_agent.py CHANGED
@@ -124,6 +124,7 @@ def image_tool(file_url: str) -> str:
124
 
125
 
126
  # image_tool(file_url="cca530fc-4052-43b2-b130-b30968d8aa44.png")
 
127
  def youtube_video_tool(url: str) -> str:
128
  """Answers questions about youtube videos.
129
  URLs must be provided to this tool."""
 
124
 
125
 
126
  # image_tool(file_url="cca530fc-4052-43b2-b130-b30968d8aa44.png")
127
+ # https://cookbook.openai.com/examples/gpt_with_vision_for_video_understanding
128
  def youtube_video_tool(url: str) -> str:
129
  """Answers questions about youtube videos.
130
  URLs must be provided to this tool."""