Update example.py with docstring note about letta_client (#2462)

This commit is contained in:
Connor Shorten 2025-03-20 12:51:46 -04:00 committed by GitHub
parent f746b39aa5
commit 5a60637bc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,7 @@ If you're using Letta Cloud, replace 'baseURL' with 'token'
See: https://docs.letta.com/api-reference/overview
Execute this script using `poetry run python3 example.py`
This will install `letta_client` and other dependencies.
"""
client = Letta(
base_url="http://localhost:8283",