This started projects contains the necessary scaffolding to deploy LangChain Agents with memory and connect them to Telegram.
- 🧠 Support for OpenAI GPT-4 and Google PaLM
- 🔗 Embeddable chat window
- 🔌 Connect your chatbot to Telegram
Getting your agent online only takes 4 steps. If not, shoot me a message on Discord. Happy to help you out.
- Clone the repository
- Add your agent to
src/api.py
- Install required dependencies:
pip install --upgrade steamship_langchain
- Run
python deploy.py