Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Oct 27, 2024
1 parent ffc55c4 commit 44aaae5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions openai_server/agent_prompting.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,9 +632,9 @@ def get_download_web_video_helper():
```sh
# filename: my_download_video.sh
# execution: true
python {cwd}/download_web_video.py --video_url "VIDEO_URL" --base_url "https://www.youtube.com"
python {cwd}/openai_server/agent_tools/download_web_video.py --video_url "VIDEO_URL" --base_url "https://www.youtube.com"
```
* usage: {cwd}/download_web_video.py [-h] --video_url VIDEO_URL --base_url BASE_URL
* usage: {cwd}/openai_server/agent_tools/download_web_video.py [-h] --video_url VIDEO_URL --base_url BASE_URL
* The video_url is the URL of the video you want to download.
* The base_url is the URL of the website where the video is hosted, defaults to "https://www.youtube.com".
* download_web_video.py downloads a video from the given URL.
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "50ac36b58207895d3fbe806778771658700297f4"
__version__ = "ffc55c40b8f40eac1fea69c089f8af7192098221"

0 comments on commit 44aaae5

Please sign in to comment.