Remove more redundancies

This commit is contained in:
Elijah Rwothoromo
2025-08-05 21:49:41 +03:00
parent c577b86757
commit fb4b1bf31b
2 changed files with 3 additions and 3 deletions

View File

@@ -118,7 +118,7 @@
"payload = {\n",
" \"model\": MODEL,\n",
" \"messages\": messages,\n",
" \"stream\": False # just get the results, don't stream them\n",
" \"stream\": False\n",
" }"
]
},
@@ -308,7 +308,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
"version": "3.11.12"
}
},
"nbformat": 4,