Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
tionis
58 days ago
|
parent
|
context
|
favorite
| on:
Show HN: My LLM CLI tool can run tools now, from P...
I'm also using uv tools and fixed it by doing something like this to upgrade:
uv tool install llm --upgrade --upgrade --with llm-openrouter --with llm-cmd ...
tinodb
57 days ago
|
next
[–]
Same, but put that in a llm-upgrade.sh because the list was getting quite long :)
johnisgood
58 days ago
|
prev
[–]
Is the double "--upgrade" a typo?
tionis
58 days ago
|
parent
[–]
Yes, autocorrect on my phone worked against me
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
uv tool install llm --upgrade --upgrade --with llm-openrouter --with llm-cmd ...