Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
averikitsch committed Dec 2, 2024
1 parent 40c2ee8 commit 23f3dfa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions samples/llama_index_vector_store.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
" instance=INSTANCE,\n",
" database=DATABASE,\n",
" user=USER,\n",
" password=PASSWORD\n",
" password=PASSWORD,\n",
")"
]
},
Expand Down Expand Up @@ -353,9 +353,7 @@
" model_name=\"textembedding-gecko@003\", project=PROJECT_ID, credentials=credentials\n",
")\n",
"\n",
"Settings.llm = Vertex(\n",
" model=\"gemini-1.5-flash-002\", project=PROJECT_ID\n",
")"
"Settings.llm = Vertex(model=\"gemini-1.5-flash-002\", project=PROJECT_ID)"
]
},
{
Expand Down

0 comments on commit 23f3dfa

Please sign in to comment.