Skip to content

Commit 24709b6

Browse files
committed
ollama
1 parent f7ef379 commit 24709b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llm/client-openai-vector_stores-responses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
c.vector_stores.files.create(vs.id, file_id=fid)
1515

1616
resp = c.responses.create(
17-
model=os.getenv("INFERENCE_MODEL", "vertexai/google/gemini-2.5-flash"),
17+
model=os.getenv("INFERENCE_MODEL", "ollama/llama3.2:3b"),
1818
input="What is the color of abc?",
1919
tools=[{"type": "file_search", "vector_store_ids": [vs.id]}],
2020
# include=["file_search_call.results"],

0 commit comments

Comments
 (0)