https://github.com/mrdjohnson/lmstudio-discord-bot
A tutorial for creating a Discord bot that responds using LM Studio!
https://github.com/mrdjohnson/lmstudio-discord-bot
ai discord discord-bot lmstudio typescript
Last synced: 7 months ago
JSON representation
A tutorial for creating a Discord bot that responds using LM Studio!
- Host: GitHub
- URL: https://github.com/mrdjohnson/lmstudio-discord-bot
- Owner: mrdjohnson
- License: mit
- Created: 2024-06-20T08:38:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-28T01:58:45.000Z (over 1 year ago)
- Last Synced: 2024-06-28T02:54:27.123Z (over 1 year ago)
- Topics: ai, discord, discord-bot, lmstudio, typescript
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lmstudio-discord-bot
### Created with LM Studio scaffold: node-typescript
Welcome to your new project! This scaffold is a starting point for building an AI-enabled Node.js project with [LM Studio](https://lmstudio.ai/) SDK. To interact with LM Studio, you should start the LM Studio local server with the command:
```bash
lms server start
```## Getting Started
### Development
The source code resides in the `src/` directory. For development purposes, you can run the project using:
```start
npm start
```### Building for Production
To prepare your project for production, compile the TypeScript code to JavaScript using:
```bash
npm run build
```This will compile the TypeScript code in the `src/` directory to JavaScript in the `dist/` directory.
### Community & Help
- [lmstudio.js GitHub](https://github.com/lmstudio-ai/lmstudio.js)
- [Documentation](https://lmstudio.ai/docs/welcome)
- [Discord](https://discord.gg/6Q7Xn6MRVS)
- [Twitter](https://twitter.com/LMStudioAI)