Skip to content

Commit

Permalink
yt download instrument example
Browse files Browse the repository at this point in the history
  • Loading branch information
frdel committed Oct 6, 2024
1 parent 2427e2a commit ff6c196
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 60 deletions.
2 changes: 1 addition & 1 deletion initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def initialize():
chat_model = chat_llm,
utility_model = utility_llm,
embeddings_model = embedding_llm,
# prompts_subdir = "",
# prompts_subdir = "default",
# memory_subdir = "",
knowledge_subdirs = ["default","custom"],
auto_memory_count = 0,
Expand Down
2 changes: 1 addition & 1 deletion instruments/default/yt_download/yt_download.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Problem
Download a YouTube video
# Solution
1. cd to the desired location to download
1. If folder is specified, cd to it
2. Run instrument "bash /instruments/default/yt_download/yt_download.sh <url>" with your video URL
3. Wait for the terminal to finish
58 changes: 0 additions & 58 deletions instruments/default/yt_download/yt_download.py

This file was deleted.

0 comments on commit ff6c196

Please sign in to comment.