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

https://github.com/ashphy/llm-discord-bot

Discord上でLLMへ問い合わせをすることができるBotです
https://github.com/ashphy/llm-discord-bot

Last synced: 4 months ago
JSON representation

Discord上でLLMへ問い合わせをすることができるBotです

Awesome Lists containing this project

README

          

# LLM Discord Bot

Discord上でLLMへ問い合わせをすることができるBotです。

## Bot設定

### OAuth2 Invite Link
https://discord.com/oauth2/authorize?client_id=1301863084914114560&permissions=2147485696&integration_type=0&scope=bot+applications.commands

## ローカル実行

``` sh
npm run build
npm run start
```