S-4-G-4-R commited on
Commit
8ff4e3b
·
verified ·
1 Parent(s): 3c0c130

Update nova_app.py

Browse files
Files changed (1) hide show
  1. nova_app.py +1 -0
nova_app.py CHANGED
@@ -369,6 +369,7 @@ with gr.Blocks(title="NOVA · Research Assistant", analytics_enabled=False) as d
369
  yield (*_stages("boot"),
370
  f'<div class="nova-error">SONIC couldn\'t wake up: {type(e).__name__}: {e}<br>'
371
  f'Check that GROQ_API_KEY / SECOND_GROQ_API_KEY / TAVILY_API_KEY are set.</div>')
 
372
  return
373
 
374
  yield (*_stages("welcome"), "")
 
369
  yield (*_stages("boot"),
370
  f'<div class="nova-error">SONIC couldn\'t wake up: {type(e).__name__}: {e}<br>'
371
  f'Check that GROQ_API_KEY / SECOND_GROQ_API_KEY / TAVILY_API_KEY are set.</div>')
372
+ warm_chatbot_models_async()
373
  return
374
 
375
  yield (*_stages("welcome"), "")