Berri AI is a python package that helps developers quickly and easily deploy their LLM App from Google Colab directly to production. Just install the package, import the function, and run deploy. At the end of the deploy (~10-15mins), you will get:
- 🎉 A web app to interact with your agent 👉 example
- 😱 An endpoint you can query 👉
https://agent-repo-35aa2cf3-a0a1-4cf8-834f-302e5b7fe07e-45247-8aqi.zeet-team-ishaan-jaff.zeet.app/langchain_agent?query="who is obama?"
Berri AI is built specifically for the Agent class of Langchain framework, a popular Python framework for building LLM Apps.
To use Berri AI, follow these steps:
-
Install the package:
pip install berri-ai
-
Import the deploy method:
from berri_ai import deploy
-
Initiate the deployment by providing your email address:
deploy(user_email=<your email>) # example deploy(user_email="[email protected]")
Note: Today, berri will look for the initialize_agent() function in your code. If you're using another way of initializing your agent, let us know and we'll update the package to account for that.
Once deployment is complete, you will receive an email notification. The entire process usually takes 10-15 minutes.
If you have any questions or need help using Berri AI, join the Discord or Text/WhatsApp us @ +17708783106 📱.