changed from vision to text model

This commit is contained in:
Justin Lee 2024-11-08 08:57:38 -08:00
parent efb0fbfaea
commit 92f16ed27b
4 changed files with 12 additions and 12 deletions

View file

@ -154,7 +154,7 @@
"outputs": [],
"source": [
"response = client.inference.chat_completion(\n",
" messages=few_shot_examples, model='Llama3.2-11B-Vision-Instruct'\n",
" messages=few_shot_examples, model='Llama3.1-8B-Instruct'\n",
")"
]
},