We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ef379 commit 24709b6Copy full SHA for 24709b6
llm/client-openai-vector_stores-responses.py
@@ -14,7 +14,7 @@
14
c.vector_stores.files.create(vs.id, file_id=fid)
15
16
resp = c.responses.create(
17
- model=os.getenv("INFERENCE_MODEL", "vertexai/google/gemini-2.5-flash"),
+ model=os.getenv("INFERENCE_MODEL", "ollama/llama3.2:3b"),
18
input="What is the color of abc?",
19
tools=[{"type": "file_search", "vector_store_ids": [vs.id]}],
20
# include=["file_search_call.results"],
0 commit comments