You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
llmscript is a shell script that uses a large language model (LLM) to build and test shell programs so that you can write scripts in natural language instead of bash or other shell scripting languages.
6
6
7
-
You can configure it to use any LLM, such as [Ollama](https://ollama.com/)or [Claude](https://www.anthropic.com/claude).
7
+
You can configure it to use [Ollama](https://ollama.com/)(free and local), [Claude](https://www.anthropic.com/claude) (paid), or [OpenAI](https://openai.com/) (paid).
8
8
9
9
> [!NOTE]
10
10
> Does this actually work? Yeah, somewhat! Could it create scripts that erase your drive? Maybe! Good luck!
0 commit comments