Untested Phase 1 (Foundation & Resource management) of voice chat integration
This commit is contained in:
@@ -96,3 +96,12 @@ LAST_FULL_PROMPT = ""
|
||||
# Persona Dialogue System (conversations between Miku and Evil Miku)
|
||||
LAST_PERSONA_DIALOGUE_TIME = 0 # Timestamp of last dialogue for cooldown
|
||||
|
||||
# Voice Chat Session State
|
||||
VOICE_SESSION_ACTIVE = False
|
||||
TEXT_MESSAGE_QUEUE = [] # Queue for messages received during voice session
|
||||
|
||||
# Feature Blocking Flags (set during voice session)
|
||||
VISION_MODEL_BLOCKED = False
|
||||
IMAGE_GENERATION_BLOCKED = False
|
||||
IMAGE_GENERATION_BLOCK_MESSAGE = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user