We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac49e64 commit 9e8b994Copy full SHA for 9e8b994
1 file changed
examples/llm_chat.py
@@ -16,6 +16,7 @@ async def main():
16
{"role": "user", "content": "What is the capital of France?"},
17
]
18
19
+ # Run inference with full public settlement
20
result = await llm.chat(
21
model=og.TEE_LLM.GEMINI_2_5_FLASH,
22
messages=messages,
0 commit comments