From 9ea2b8216e5b1677b04d2e5d4477b231deb49f90 Mon Sep 17 00:00:00 2001 From: "b.nativi" Date: Thu, 23 May 2024 22:01:43 +0000 Subject: [PATCH] add mistralai client dependency --- api/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/pyproject.toml b/api/pyproject.toml index 3c161f740..aaa84d16c 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -18,6 +18,7 @@ dependencies = [ "structlog", "pgvector", "openai", + "mistralai", ] [build-system]