Basics
Quick Start
Sign up, pip install unifyai
, and make your first LLM query:
We recommend using python-dotenv to add
UNIFY_KEY="My API Key"
to your.env
file, avoiding the need to use theapi_key
argument as above.
You can list all available LLM endpoints, models and providers like so:
Now you can run this toy evaluation ⬇️, check out the logs in your dashboard, and iterate 🔁 on your parameters to quickly get your application flying! 🪁
A complete example of this Maths Assistant problem can be found here.