Skip to content

Commit 80f2146

Browse files
balogh.adam@icloud.combalogh.adam@icloud.com
authored andcommitted
twin
1 parent c127dc5 commit 80f2146

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

examples/twins_chat.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
)
1212

1313
# Chat with Elon Musk
14+
print("--------------------------------")
15+
print("Chat with Elon Musk")
16+
print("--------------------------------")
17+
1418
elon = client.twins.chat(
1519
twin_id="0x1abd463fd6244be4a1dc0f69e0b70cd5",
1620
model=og.TEE_LLM.GROK_4_1_FAST_NON_REASONING,
@@ -20,6 +24,10 @@
2024
print(f"Elon: {elon.chat_output['content']}")
2125

2226
# Chat with Donald Trump
27+
print("--------------------------------")
28+
print("Chat with Donald Trump")
29+
print("--------------------------------")
30+
2331
trump = client.twins.chat(
2432
twin_id="0x66ae99aae4324ed580b2787ac5e811f6",
2533
model=og.TEE_LLM.GROK_4_1_FAST_NON_REASONING,

0 commit comments

Comments
 (0)