Skip to content

Commit 54d3329

Browse files
authored
Update llm_tool_calling.py
Signed-off-by: kukac <adambalogh@users.noreply.github.com>
1 parent e46c912 commit 54d3329

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/llm_tool_calling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async def main():
5151
]
5252

5353
# One-time Permit2 approval for OPG spending (idempotent)
54-
llm.ensure_opg_approval(opg_amount=5)
54+
llm.ensure_opg_approval(opg_amount=0.1)
5555

5656
print("Testing Gemini tool calls...")
5757
print(f"Model: {og.TEE_LLM.GEMINI_2_5_FLASH_LITE}")

0 commit comments

Comments
 (0)