feat(ai-chat): Add openai python SDK to project

This commit is contained in:
Tobias Quadfasel
2024-08-31 17:03:58 +02:00
parent 1b0ef07ae5
commit c61c355ee6
2 changed files with 351 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ dash = "^2.17.1"
gunicorn = "^23.0.0"
pyodbc = "^5.1.0"
pandas = "^2.2.2"
openai = "^1.43.0"
[tool.poetry.group.docs.dependencies]
mkdocs = "^1.6.0"