Update app.py
Browse files
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.")
|