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
Create a script file like the above example, or check out the [examples](examples) directory for more. You can use a shebang like:
@@ -68,11 +74,6 @@ $ llmscript hello-world
68
74
69
75
By default, llmscript will use Ollama with the `llama3.2` model. You can configure this by creating a config file with the `llmscript --write-config` command to create a config file in `~/.config/llmscript/config.yaml` which you can edit. You can also use command-line args (see below).
70
76
71
-
> [!NOTE]
72
-
> Spooked by running LLM-generated shell scripts? Good for you! Consider running this via Docker:
0 commit comments