Skip to content

Local Telegram Bridge v0.1.0

Choose a tag to compare

@ssamssae ssamssae released this 06 Sep 15:53
· 14 commits to main since this release

Chat with local Ollama and LM Studio models through your own Telegram bot.

  • /model opens a model picker; /clear starts a new conversation for the selected model.
  • Separate saved model histories and a persistent reply outbox survive restarts.
  • Owner-only private chats, loopback model endpoints, and optional shared inference locking.
  • Examples for Ollama + LM Studio and for two LM Studio models; macOS login service installer.
  • Python 3.9+ standard library only. 25 automated tests passed on macOS.

Download the source ZIP or clone the repository and follow the README. Supply your own private bot token and model files. Model inference runs locally; Telegram transports the messages. Photos, voice, documents, and agent tools are not supported in this release.

텔레그램 /model 버튼으로 로컬 모델을 고르고 /clear로 새 대화를 시작할 수 있습니다. 두 모델 모두 LM Studio에서 실행하는 예시 설정도 포함했습니다. 봇 토큰·사용자 ID·대화 기록·모델 파일은 배포물에 포함하지 않았습니다.