-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.yaml
More file actions
30 lines (30 loc) · 911 Bytes
/
Copy pathplugin.yaml
File metadata and controls
30 lines (30 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: discord-voice
version: 0.3.5
kind: standalone
platforms: [linux]
description: High-performance Discord Voice bridge via Gemini Multimodal Live API
python_requirements:
- requirements.txt
provides_tools:
- voice_live
- voice_live_leave
requirements_env:
- name: DISCORD_BOT_TOKEN
prompt: "Discord bot token"
password: true
- name: GEMINI_API_KEY
prompt: "Google Gemini API key"
password: true
optional_env:
- name: GEMINI_MODEL
prompt: "Gemini Live model (default: gemini-3.1-flash-live-preview)"
password: false
- name: GEMINI_LIVE_MODEL_FALLBACKS
prompt: "Comma-separated Gemini Live fallback models"
password: false
- name: DISCORD_VOICE_LIVE_PORT
prompt: "Local HTTP control port (default: 18943)"
password: false
- name: DISCORD_VOICE_LIVE_VOICE
prompt: "TTS voice (default: en-US-JennyNeural — high-pitched female)"
password: false