Skip to content

Commit 4e20a92

Browse files
authored
Merge pull request #15 from generative-computing/notebooks
Fix model options
2 parents 2099385 + c81a7bc commit 4e20a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/notebooks/model_options_example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"outputs": [],
119119
"source": [
120120
"answer = m.instruct(\n",
121-
" \"What is 2x2?\", model_options={\"temperature\": 0.5, \"num_predict\": 5}\n",
121+
" \"What is 2x2?\", model_options={\"temperature\": 0.5, \"num_predict\": 50}\n",
122122
")\n",
123123
"print(str(answer))"
124124
]

0 commit comments

Comments
 (0)