|
|
|
|
|
|
|
|
|
|
|
|
|
|
openai: |
|
|
api_key: "sk-your-openai-api-key-here" |
|
|
base_url: "https://api.openai.com/v1" |
|
|
timeout: 30 |
|
|
rate_limit: 100 |
|
|
|
|
|
|
|
|
google: |
|
|
api_key: "your-google-api-key-here" |
|
|
base_url: "https://generativelanguage.googleapis.com/v1" |
|
|
timeout: 30 |
|
|
rate_limit: 100 |
|
|
|
|
|
|
|
|
elevenlabs: |
|
|
api_key: "your-elevenlabs-api-key-here" |
|
|
base_url: "https://api.elevenlabs.io/v1" |
|
|
timeout: 60 |
|
|
rate_limit: 100 |
|
|
|
|
|
|
|
|
modal: |
|
|
api_key: "your-modal-api-key-here" |
|
|
base_url: "https://modal.com/api" |
|
|
timeout: 30 |
|
|
rate_limit: 100 |
|
|
|
|
|
|
|
|
test_config: |
|
|
|
|
|
success_rate_threshold: 80 |
|
|
|
|
|
|
|
|
request_timeout: 30 |
|
|
|
|
|
|
|
|
max_retries: 3 |
|
|
|
|
|
|
|
|
test_prompts: |
|
|
- "Explain the benefits of artificial intelligence in simple terms." |
|
|
- "What are the key advantages of cloud computing?" |
|
|
- "How can machine learning improve business operations?" |
|
|
|
|
|
test_text_samples: |
|
|
- "Hello, this is a test of the text to speech system." |
|
|
- "Welcome to our AI-powered platform." |
|
|
- "Thank you for testing our voice synthesis technology." |
|
|
|
|
|
|
|
|
performance_thresholds: |
|
|
openai_text_generation: 5000 |
|
|
google_text_generation: 5000 |
|
|
elevenlabs_tts: 10000 |
|
|
modal_execution: 30000 |