We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c127dc5 commit 80f2146Copy full SHA for 80f2146
1 file changed
examples/twins_chat.py
@@ -11,6 +11,10 @@
11
)
12
13
# Chat with Elon Musk
14
+print("--------------------------------")
15
+print("Chat with Elon Musk")
16
17
+
18
elon = client.twins.chat(
19
twin_id="0x1abd463fd6244be4a1dc0f69e0b70cd5",
20
model=og.TEE_LLM.GROK_4_1_FAST_NON_REASONING,
@@ -20,6 +24,10 @@
24
print(f"Elon: {elon.chat_output['content']}")
21
25
22
26
# Chat with Donald Trump
27
28
+print("Chat with Donald Trump")
29
30
23
31
trump = client.twins.chat(
32
twin_id="0x66ae99aae4324ed580b2787ac5e811f6",
33
0 commit comments