Skip to content

flsrg/llm-polling-bot

Repository files navigation

How to use

Git submodule

  1. Add to the project
git submodule add https://github.com/flsrg/llm-polling-bot
  1. Update after clone
git submodule init
git submodule update
  1. Configure gradle
  • build.gradle.kts
dependencies {
    implementation(project(":llm-polling-bot"))
}
  • settings.gradle.kts
include(":llm-polling-bot")
project(":llm-polling-bot").projectDir = file("libs/llm-polling-bot") 
  1. Update submodule to the latest commit
git submodule update --remote

About

Telegram Bot wrapper that can poll the LLMs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages