Skip to content

Commit 047701f

Browse files
authored
use the local llm in the agent
Use the local llm defined earlier.
1 parent 1596dff commit 047701f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llamaindex-mcp/ollama_client.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
" name=\"Agent\",\n",
168168
" description=\"An agent that can work with Our Database software.\",\n",
169169
" tools=tools,\n",
170-
" llm=OpenAI(model=\"gpt-4\"),\n",
170+
" llm=llm,\n",
171171
" system_prompt=SYSTEM_PROMPT,\n",
172172
" )\n",
173173
" return agent"

0 commit comments

Comments
 (0)