We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99794fc commit c3c9061Copy full SHA for c3c9061
1 file changed
src/templates/ollama/scripts/run
@@ -33,11 +33,9 @@ function request {
33
},
34
{
35
"role": "user",
36
- "content": "what is the animal order of the frog?"
+ "content": "what order do frogs belong to?"
37
}],
38
- "options": {
39
- "temperature": 1.0
40
- }
+ "temperature": 0.6
41
'
42
printf "(Paste JSON as one line) ➔ "
43
read -r request
@@ -46,7 +44,6 @@ function request {
46
44
47
45
if [ $# -gt 2 ]; then
48
echo "Usage: scripts/run [--local] <request>"
49
- echo "Example: scripts/run 'What animal order do frogs belong to?'"
50
exit 1
51
elif [ $# -eq 0 ]; then
52
request
0 commit comments