Skip to content

Latest commit

 

History

History
executable file
·
18 lines (13 loc) · 211 Bytes

README.md

File metadata and controls

executable file
·
18 lines (13 loc) · 211 Bytes

llm_bot

  1. poetry install
  2. poetry run pre-commit install

.env file example

LLM_PATH=
LLM_TEMPERATURE=0.5
LLM_MAX_TOKENS=1024
LLM_CTX=1024

TG_TOKEN=

MONGO_HOST="localhost"
MONGO_PORT=27017