From 8868b440f67cf0b9d271f477874b0786289275f3 Mon Sep 17 00:00:00 2001 From: Shaid Azmin <92359442+excel-azmin@users.noreply.github.com> Date: Thu, 20 Feb 2025 13:27:27 +0600 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f28e4dc..eccb0be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "kai" authors = [ - { name = "Kemal Korucu", email = "kemal@korucutech.com"} + { name = "Kemal Korucu", email = "kemal@korucutech.com" } ] description = "KAI" requires-python = ">=3.10" @@ -9,9 +9,9 @@ readme = "README.md" dynamic = ["version"] dependencies = [ # "frappe~=15.0.0" # Installed and managed by bench. - "ollama~=0.1.8" - "distro~=1.9.0" - "openai~=1.20.0" + "ollama~=0.1.8", + "distro~=1.9.0", + "openai~=1.20.0", "tqdm~=4.66.2" ] @@ -23,4 +23,4 @@ build-backend = "flit_core.buildapi" [tool.bench.dev-dependencies] # package_name = "~=1.1.0" ollama = "~=0.1.8" -distro = "~=1.9.0" +distro = "~=1.9.0" From dd13960df1c77030009ae3d78c73b354a0188a83 Mon Sep 17 00:00:00 2001 From: Shaid Azmin <92359442+excel-azmin@users.noreply.github.com> Date: Thu, 20 Feb 2025 13:45:49 +0600 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eccb0be..a81bee6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,8 @@ dependencies = [ "ollama~=0.1.8", "distro~=1.9.0", "openai~=1.20.0", - "tqdm~=4.66.2" + "tqdm~=4.66.2", + "groq~=0.1.0" ] [build-system]