chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# OpenAI API Configuration
|
||||
OPENAI_API_KEY=your-openai-api-key-here
|
||||
|
||||
# Whisper API Configuration (Optional)
|
||||
WHISPER_API_KEY=your-whisper-api-key-here
|
||||
|
||||
# Optional Configurations
|
||||
MAX_TOKENS=4000
|
||||
MODEL_NAME=gpt-4-1106-preview
|
||||
TEMPERATURE=0.7
|
||||
|
||||
# Speech Settings
|
||||
AUDIO_FORMAT=mp3
|
||||
SAMPLE_RATE=16000
|
||||
Reference in New Issue
Block a user