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 f1822ccfe6
commit 18e9ef4c34

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",