Skip to content

Commit 6e125dd

Browse files
committed
add destroy instructions
1 parent c6f52f5 commit 6e125dd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,12 @@ This generator adds Langchain::Assistant-related ActiveRecord models, migrations
153153

154154
```bash
155155
rails generate langchainrb_rails:assistant --llm=openai
156-
```
156+
```
157+
158+
Available `--llm` options: `anthropic`, `ollama`, `openai`, `gemini`, `mistral` and open-source models via Ollama. The selected LLM will be used to generate completions.
159+
160+
To remove the generated files, run:
161+
162+
```bash
163+
rails destroy langchainrb_rails:assistant
164+
```

0 commit comments

Comments
 (0)