Skip to content

Commit c3c9061

Browse files
committed
update run request template
1 parent 99794fc commit c3c9061

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

  • src/templates/ollama/scripts

src/templates/ollama/scripts/run

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,9 @@ function request {
3333
},
3434
{
3535
"role": "user",
36-
"content": "what is the animal order of the frog?"
36+
"content": "what order do frogs belong to?"
3737
}],
38-
"options": {
39-
"temperature": 1.0
40-
}
38+
"temperature": 0.6
4139
'
4240
printf "(Paste JSON as one line) ➔ "
4341
read -r request
@@ -46,7 +44,6 @@ function request {
4644

4745
if [ $# -gt 2 ]; then
4846
echo "Usage: scripts/run [--local] <request>"
49-
echo "Example: scripts/run 'What animal order do frogs belong to?'"
5047
exit 1
5148
elif [ $# -eq 0 ]; then
5249
request

0 commit comments

Comments
 (0)