Skip to content

Commit ef57aa8

Browse files
committed
Add mistralai to the flask openai app
1 parent 9d4c24d commit ef57aa8

2 files changed

Lines changed: 68 additions & 3 deletions

File tree

sample-apps/flask-openai/poetry.lock

Lines changed: 66 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample-apps/flask-openai/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ dependencies = [
99
"psycopg2-binary (>=2.9.10,<3.0.0)",
1010
"cryptography (>=44.0.0,<45.0.0)",
1111
"aikido_zen",
12-
"openai (>=1.85.0,<2.0.0)"
12+
"openai (>=1.85.0,<2.0.0)",
13+
"mistralai (>=1.8.2,<2.0.0)"
1314
]
1415

1516
[build-system]

0 commit comments

Comments
 (0)