From ef3ad30b1ebf812102e28c11aebe5400f8e90732 Mon Sep 17 00:00:00 2001 From: Cameron Pfiffer Date: Tue, 05 Aug 2025 23:01:23 +0000 Subject: [PATCH] stuff --- organon/create_organon.py | 4 ++-- 1 file(s) changed, 2 insertion(s)(+), 2 deletion(s)(-) diff --git a/organon/create_organon.py b/organon/create_organon.py --- a/organon/create_organon.py +++ b/organon/create_organon.py @@ -5,7 +5,7 @@ from rich import print client = Letta( - token="sk-let-NmYyZTZmMzQtZDYxNC00MDg0LTllMGQtYjFmMDRjNDA1YTEwOjM4YWJiYmJlLWNiNTQtNDIxZi1hOTZjLWNiYmU4NDA1ZDUwOA==" + token="woops" ) # @@ -472,4 +472,4 @@ ) for message in response.messages: - print(message) \ No newline at end of file + print(message) -- tangled.sh