An open API service indexing awesome lists of open source software.

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!

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)