feat: OpenAI Ingredient Parsing (#3581)

This commit is contained in:
Michael Genson
2024-05-22 04:45:07 -05:00
committed by GitHub
parent 4c8bbdcde2
commit 5c57b3dd1a
28 changed files with 789 additions and 274 deletions

View File

@@ -48,6 +48,7 @@ paho-mqtt = "^1.6.1"
pydantic-settings = "^2.1.0"
pillow-heif = "^0.16.0"
pyjwt = "^2.8.0"
openai = "^1.27.0"
[tool.poetry.group.postgres.dependencies]
psycopg2-binary = { version = "^2.9.1" }