opencompletion.com/templates
Russell Ballestrini 6bc896b9b0 Fix TTS voice selection validation breaking API calls
Remove obsolete VALID_VOICES validation that was rejecting the new
"model:voice" format from the voices endpoint integration. The old
validation expected simple voice names like "onyx" but the new format
uses "tts-1:onyx", causing validation to fail and produce malformed
API requests that returned HTTP 400 errors.

Changes:
- Remove VALID_VOICES constant (no longer needed)
- Update syncInputsAndQueryString() to accept any voice value from dropdown
- Default to "tts-1:onyx" format if no value present

Fixes the TTS errors seen in production where voice selection was
failing with HTTP 400 status.
2025-11-09 15:32:38 -05:00
..
base.html Refactor CSS from inline to external stylesheet 2025-11-08 18:41:56 +00:00
chat.html Fix TTS voice selection validation breaking API calls 2025-11-09 15:32:38 -05:00
index.html Enhance user experience with multiple improvements 2025-08-11 16:01:51 -04:00
search.html remove username and snippet from SERP page 2024-07-04 12:04:46 -04:00