add missing embedding model for onboarding

This commit is contained in:
phact 2025-10-13 15:11:58 -04:00
parent c078c62717
commit f0c2758f93

View file

@ -404,6 +404,7 @@ async def test_search_multi_embedding_models(
onboarding_payload = {
"model_provider": "openai",
"embedding_model": "text-embedding-3-small",
"llm_model": "gpt-4o-mini",
"sample_data": False,
}