Skip to content

Commit f77ae3d

Browse files
author
balogh.adam@icloud.com
committed
bump
1 parent 399e3b4 commit f77ae3d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/llm_chat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ async def main():
1313
llm.ensure_opg_approval(min_allowance=0.1)
1414

1515
messages = [
16-
{"role": "user", "content": "What is the capital of France?"},
16+
{"role": "user", "content": "What model are you?"},
1717
]
1818

1919
# Run inference with full public settlement
2020
result = await llm.chat(
21-
model=og.TEE_LLM.GEMINI_2_5_FLASH,
21+
model=og.TEE_LLM.GPT_5_5,
2222
messages=messages,
2323
max_tokens=300,
2424
x402_settlement_mode=og.x402SettlementMode.INDIVIDUAL_FULL,

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)