Galatea AI is Unavailable

{% if missing_deepseek_key %}

We couldn't find a DEEPSEEK_API_KEY in the current environment.

Please add the key and reload the page to continue.

How to fix this

Local setup:

  1. Create a .env file if it doesn't exist.
  2. Add DEEPSEEK_API_KEY=<your_key_here> to the file.
  3. Restart the Flask app.

Hugging Face Spaces:

  1. Open the Space settings and go to Repository secrets.
  2. Add a secret named DEEPSEEK_API_KEY with your DeepSeek API key.
  3. Restart or reload the Space.
{% else %}

The application is temporarily unavailable. Please try again shortly.

{% endif %} Return to Home