TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

LFG is a CLI tool using llama3 to help you find terminal commands

3 点作者 dothash大约 1 年前

2 条评论

dothash大约 1 年前
I created a terminal tool in Python to help me explain CLI commands based on the llama3 model using Grog. It works surprisingly well and has helped me do my work quicker than using Google&#x2F;ChatGPT directly. Another note is that I did not like the GitHub Copilot due to the strange command syntax. Could of course create an alias here to simplify it.<p>Nothing special about the code. Quite straightforward. Feel free to modify it as you wish.
sy2x大约 1 年前
Looking into this!