diff --git a/organon/create_organon.py b/organon/create_organon.py index 483e813..30221e5 100644 --- a/organon/create_organon.py +++ b/organon/create_organon.py @@ -5,7 +5,7 @@ from letta_client.core.http_client import re from rich import print client = Letta( - token="sk-let-NmYyZTZmMzQtZDYxNC00MDg0LTllMGQtYjFmMDRjNDA1YTEwOjM4YWJiYmJlLWNiNTQtNDIxZi1hOTZjLWNiYmU4NDA1ZDUwOA==" + token="woops" ) # @@ -472,4 +472,4 @@ client.agents.messages.create( ) for message in response.messages: - print(message) \ No newline at end of file + print(message)