Skip to content

cel-ai/assistant_starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Assistant Starter

Cel.ai is a powerful Python framework designed to accelerate the development of omnichannel virtual assistants. Whether you need to integrate with platforms like WhatsApp, Telegram, or VoIP services such as VAPI.com, Cel.ai provides the tools and flexibility to get your assistant up and running quickly.

This project is a starting point for a AI assistant that can be deployed to any platform. It includes a basic implementation of a virtual assistant that can be extended to include more complex features.

Setup

Download the project and navigate to the root directory.

Creeate a .env file in the root directory and add the following environment variables:

OPENROUTER_API_KEY=...
TELEGRAM_TOKEN=...
NGROK_AUTHTOKEN=...
ASSISTANT_NAME=...

Create Python .venv (Optional)

python3.11 -m venv .venv
source .venv/bin/activate

# install requirements
pip install -r requirements.txt

Run

python main.py

About

Starting point for an AI assistant using Cel.ai

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages