Skip to content

Commit 9e8b994

Browse files
author
balogh.adam@icloud.com
committed
cmment
1 parent ac49e64 commit 9e8b994

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/llm_chat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ async def main():
1616
{"role": "user", "content": "What is the capital of France?"},
1717
]
1818

19+
# Run inference with full public settlement
1920
result = await llm.chat(
2021
model=og.TEE_LLM.GEMINI_2_5_FLASH,
2122
messages=messages,

0 commit comments

Comments
 (0)