Skip to content

al002/llm_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Configuration

TELEGRAM_BOT_TOKEN="YOUR_TELEGRAM_BOT_TOKEN"
OPENAI_API_KEY="YOUR_OPENAI_API_KEY"
DB_REDIS="YOUR_REDIS_URL"

copy .env.example to .env then change configuration.

Run

git clone https://github.com/al002/llm_bot.git

cd llm_bot

cargo run

Use custom LLM

Just connect to https://github.com/al002/programming_llm or any other gRPC server that provide same functionality.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published