Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding youtube transcription tool #8

Merged
merged 1 commit into from
Sep 21, 2024
Merged

feat: adding youtube transcription tool #8

merged 1 commit into from
Sep 21, 2024

Conversation

chr-hertel
Copy link
Member

No description provided.

@chr-hertel chr-hertel merged commit 0e93021 into main Sep 21, 2024
4 checks passed
@chr-hertel chr-hertel deleted the feat-youtube branch September 21, 2024 21:30
1. Weather Tool
```bash
export OPENAI_API_KEY=sk-...
php examples/toolchain-weather.php
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't we talk consistently about toolbox instead of toolchain?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, good point, already legacy after that universal chain refactoring

Comment on lines 37 to +41
"codewithkyrian/chromadb-php": "For using the ChromaDB as retrieval vector store.",
"probots-io/pinecone-php": "For using the Pinecone as retrieval vector store.",
"symfony/clock": "For using the clock tool."
"symfony/clock": "For using the clock tool.",
"symfony/css-selector": "For using the YouTube transcription tool.",
"symfony/dom-crawler": "For using the YouTube transcription tool."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Symfony we avoid/banned using suggestions, instead we decide on runtime, if we need something and I like it more

OskarStark pushed a commit to OskarStark/llm-chain that referenced this pull request Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants