Getting an API Key
Using Your Key
Python SDK
import tinyhumansai as api
client = api.TinyHumanMemoryClient("YOUR_API_KEY")Environment Variable
export TINYHUMANS_API_KEY="YOUR_API_KEY"Last updated
import tinyhumansai as api
client = api.TinyHumanMemoryClient("YOUR_API_KEY")export TINYHUMANS_API_KEY="YOUR_API_KEY"Last updated