feat: enhance Azure OpenAI embeddings and add voice support for Azure provider

- Introduced a fixed parameter order for AzureOpenAIEmbeddings to resolve compatibility issues.
- Updated the voice selection logic to include Azure voices in the podcaster utility.
- Modified the page limit service to use a more efficient method for retrieving users.
This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-10-30 22:33:47 -07:00
parent 34353078fe
commit a2fb9faad6
4 changed files with 73 additions and 9 deletions

View file

@ -19,7 +19,7 @@ backend_pid=$!
sleep 5
echo "Starting Celery Worker..."
celery -A app.celery_app worker --loglevel=info --concurrency=1 --pool=solo &
celery -A app.celery_app worker --loglevel=info &
celery_worker_pid=$!
# Wait a bit for worker to initialize