Skip to content

fix(seed): use AI models with correct modalities in Hub Orchestrator seed - #565

Merged
esafwan merged 1 commit into
developfrom
fix/hub-orchestrator-seed-models
Aug 2, 2026
Merged

fix(seed): use AI models with correct modalities in Hub Orchestrator seed#565
esafwan merged 1 commit into
developfrom
fix/hub-orchestrator-seed-models

Conversation

@esafwan

@esafwan esafwan commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

The Hub Orchestrator seed used gemini-3.1-flash-lite as both TTS and audio transcription model, which only has Text/Vision modalities. This caused Agent validation to fail during after_migrate, so the Hub Orchestrator was never created on production.

Use gemini-3.1-flash-tts-preview (Text-to-Speech) and gpt-4o-mini-transcribe (Transcription), matching the demo models created by create_demo_ai_models.

…seed

The previous seed used gemini-3.1-flash-lite as both TTS and audio
transcription model, which only has Text/Vision modalities. This caused
Agent validation to fail during after_migrate, so the Hub Orchestrator
was never created on sites where the model records matched production.

Use gemini-3.1-flash-tts-preview (Text-to-Speech) and
gpt-4o-mini-transcribe (Transcription) instead, matching the demo
models created by create_demo_ai_models.
@esafwan
esafwan merged commit d9b4fed into develop Aug 2, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant