reichaves commited on
Commit
7e1e2db
1 Parent(s): 0aeb39a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -308,3 +308,6 @@ if groq_api_key and huggingface_api_token:
308
  if "rate limit" in str(e).lower():
309
  st.error(f"Limite de taxa excedido para o modelo LLM. Tente novamente em alguns instantes. Erro: {str(e)}")
310
  else:
 
 
 
 
308
  if "rate limit" in str(e).lower():
309
  st.error(f"Limite de taxa excedido para o modelo LLM. Tente novamente em alguns instantes. Erro: {str(e)}")
310
  else:
311
+ st.error(f"Ocorreu um erro inesperado: {str(e)}")
312
+ else:
313
+ st.warning("Por favor, insira tanto a chave da API do Groq quanto o token da API do Hugging Face.")