File: .env.template

package info (click to toggle)
python-azure 20251014%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 766,472 kB
  • sloc: python: 6,314,744; ansic: 804; javascript: 287; makefile: 198; sh: 198; xml: 109
file content (14 lines) | stat: -rw-r--r-- 450 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Azure VoiceLive Configuration
# Copy this file to .env and fill in your values

# Required credentials
AZURE_VOICELIVE_API_KEY=your-voicelive-api-key
AZURE_VOICELIVE_ENDPOINT=wss://api.voicelive.com/v1

# Optional configuration
AZURE_VOICELIVE_MODEL=gpt-4o-realtime-preview
AZURE_VOICELIVE_VOICE=alloy
AZURE_VOICELIVE_INSTRUCTIONS=You are a helpful assistant. Keep your responses concise.

# For audio samples
AUDIO_FILE=path/to/your/test_audio.wav