We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5d6e1 commit dfc3701Copy full SHA for dfc3701
README.md
@@ -6,4 +6,4 @@ This tiny script utilizes the Langchain.rb Assistant and Tools to classify a blo
6
1. `git clone https://github.com/patterns-ai-core/blog-post-classifier-demo.git`
7
2. `bundle install`
8
3. `cp .env.example .env` and fill it out with your `OPENAI_API_KEY`.
9
-4. `ruby classifier.rb --path=blog_post.txt`
+4. `ruby classifier.rb --file=blog_post.txt`
0 commit comments