Skip to content

This project uses telegram to communicate LM studio. You may use local LLM and access it via telegram with any device remotely.

Notifications You must be signed in to change notification settings

maxchanhi/lmstudio_telegram_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Step 1: Create a Telegram Bot Start a chat with BotFather: BotFather is the official Telegram bot that allows you to create new bots.

Search for @BotFather on Telegram and start a chat. Create a new bot:

Send the /newbot command to BotFather. Follow the prompts to set a name and username for your bot. Once created, BotFather will give you a token. This is the API token that you'll use to control the bot. Keep it secure and don't share it.

Step 2: Set Up Your LM Studio Environment

Deploy your Language Model: Use an existing model in LM Studio provided by the service. Ensure you have an endpoint URL for accessing your model. This might look something like http://localhost:4000/v1. Start the server.

Step 3: Set Up Python evironment Install the requirement: openai and telegram Run the python code

About

This project uses telegram to communicate LM studio. You may use local LLM and access it via telegram with any device remotely.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages