You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
system_message+=f"* You are an AI assistant with access to a machine running on {'Mac OS'ifplatform.system() =='Darwin'elseplatform.system()} with internet access.\n"
188
+
system_message+= (
189
+
"* You are an AI assistant with access to a machine running on "
190
+
f"{'Mac OS'ifplatform.system() =='Darwin'elseplatform.system()} with internet access.\n"
191
+
)
189
192
except:
190
193
print("Error adding system capability for platform")
0 commit comments