We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbaba30 commit bf315eeCopy full SHA for bf315ee
examples/notebooks/Multimodal.ipynb
@@ -11,21 +11,21 @@
11
},
12
{
13
"cell_type": "code",
14
- "execution_count": 1,
+ "execution_count": 10,
15
"metadata": {},
16
"outputs": [
17
18
"name": "stdout",
19
"output_type": "stream",
20
"text": [
21
- "{'text': 'Llama C++'}\n"
+ "{'text': 'Llama +'}\n"
22
]
23
}
24
],
25
"source": [
26
"from openai import OpenAI\n",
27
"\n",
28
- "client = OpenAI(base_url=\"http://100.64.159.73:8000/v1\", api_key=\"sk-1234\")\n",
+ "client = OpenAI(base_url=\"http://localhost:8000/v1\", api_key=\"llama.cpp\")\n",
29
"response = client.chat.completions.create(\n",
30
" model=\"gpt-4-vision-preview\",\n",
31
" messages=[\n",
0 commit comments