A Python client library for providing LLM responses to FutureHouse applications. Currently at version 0.46.0, targeting Python >=3.11. Under active development with frequent releases.
pip install fhlmiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client with API key and send a chat message.
Use `response.content` instead of treating the response as a string.
Replace `model=` with `model_name=`.
Ensure your runtime uses Python >=3.11.