File size: 526 Bytes
965274a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# AWS Nova Sonic configuration
MODEL_ID = "amazon.titan-nova-sonic"
REGION = "us-east-1"

# Audio settings
INPUT_SAMPLE_RATE = 16000
OUTPUT_SAMPLE_RATE = 24000
BIT_DEPTH = 16
CHANNELS = 1
CHUNK_SIZE = 1024  # Audio buffer size

# Nova Speech settings
GREETING_TEXT = "Hi there! I'm Nova, your conversation partner. How are you doing today?"
SESSION_MEMORY_LIMIT = 10  # Number of conversation turns to remember

# UI Configuration
UI_TITLE = "Nova Conversation Partner"
UI_SUBTITLE = "Practice natural conversations with Nova"