Skip to content

Commit

Permalink
docs: updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Jan 6, 2025
1 parent ab92f7e commit 82c83e0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 25 deletions.
29 changes: 29 additions & 0 deletions services/discord-voice-bot/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# `discord-voice-bot`

Allow アイリ to talk to you and many other users in Discord voice channels.

## Usage

```
pnpm i
cp .env .env.local
```

Fill-in the following credentials as configurations:

```shell
DISCORD_TOKEN=''
DISCORD_BOT_CLIENT_ID=''

OPENAI_MODEL=''
OPENAI_API_KEY=''
OPENAI_API_BASE_URL=''

ELEVENLABS_API_KEY=''
ELEVENLABS_API_BASE_URL=''
```

```shell
pnpm run -F @proj-airi/discord-voice-bot start
```

## Acknowledgements

- Implementation of Audio handling and processing https://github.com/TheTrueSCP/CharacterAIVoice/blob/54d6a41b4e0eba9ad996c5f9ddcc6230277af2f8/src/VoiceHandler.js
Expand Down
25 changes: 0 additions & 25 deletions services/discord-voice-bot/src/utils/fs.ts

This file was deleted.

0 comments on commit 82c83e0

Please sign in to comment.