Make sure
make
is installed in your system, or your should run command inMakefile
manually.
Make sure you have
docker
.
# change password
docker run --name redis -p 6379:6379 -e REDIS_PASSWORD=123456 -d redis /bin/sh -c 'redis-server --appendonly yes --requirepass ${REDIS_PASSWORD}'
groq=<YOUR API KEY>
gemini=<YOUR API KEY>
proxy=<YOUR PROXY>
redis=<REDIS URL>
redis_port=<REDIS Port>
redis_password=<REDIS PASSWORD>
make run
make new
make rebuild
- copy and past file in routers
- adjust some logic and add
- add routers to
__main__.py