Skip to content

Commit 60742b4

Browse files
committed
docs: Update README to include OpenAI as a configurable LLM option, enhancing clarity on available models
1 parent 77965d6 commit 60742b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
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.
66

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).
88

99
> [!NOTE]
1010
> Does this actually work? Yeah, somewhat! Could it create scripts that erase your drive? Maybe! Good luck!

0 commit comments

Comments
 (0)