Skip to content

AutoEmbed v1.0.1

Choose a tag to compare

@AutoEmbed AutoEmbed released this 03 Mar 07:11
· 5 commits to main since this release

Bug Fix Release

Fixes backend startup failure reported on Windows.

Fixed

  • Backend crash on startup — added missing openai package to requirements.txt
  • Import error handling — replaced broad except ImportError with explicit module detection
  • Partial install detectionensureDependencies() now checks for both fastapi and openai

Upgrade

Download the latest installer below, or if building from source:

git pull
pip install -r backend/requirements.txt