Skip to content

Releases: emkshv/telegram-llm-assistant

Initial release

26 Jul 17:50
Compare
Choose a tag to compare
  • Ability to define the system message
  • Ability to change the completion model via bot buttons
  • A self-contained Sqlite3 database for data storage
  • Dockerfile and docker-compose for running the bot in a container
  • Abstract the LLM API into the LLMService trait