We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb2221 commit f3dbf6aCopy full SHA for f3dbf6a
docs/index.md
@@ -118,6 +118,16 @@ To pass additional inference parameters:
118
nerve run -g "ollama/llama3.2?temperature=0.9&api_base=http://server-host:11434" new-agent --url 'cnn.com'
119
```
120
121
+Alternatively, a generator string can be set via YAML directly:
122
+
123
+```yaml
124
+generator: 'anthropic/claude-3-7-sonnet-20250219'
125
126
+agent: You are a helpful assistant.
127
128
+# ...
129
+```
130
131
### 🎥 Record & Replay
132
133
Nerve sessions can be recorded to a JSONL file by specifying the `--trace` argument:
0 commit comments