From 9842436b21ec0ab593384459eaa04d0aa22d0333 Mon Sep 17 00:00:00 2001 From: 0xrohitgarg Date: Mon, 3 Mar 2025 22:36:10 +0530 Subject: [PATCH 1/2] add openai-function-calling fork which has no upper cap for python requirements --- backend/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d6830989..11f9fbc1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ Flask-Cors==4.0.1 openai==1.55.3 PyJWT==2.10.0 Pillow==11.0.0 -openai-function-calling==2.3.0 +git+https://github.com/0xrohitgarg/openai-function-calling.git pydantic==2.8.2 pydantic-settings==2.4.0 python-dotenv==1.0.1 @@ -17,4 +17,3 @@ replicate==1.0.1 yt-dlp==2024.10.7 videodb==0.2.10 slack_sdk==3.33.2 - From 7f2ac4f45342fbd927ade02784bb6eae6cc051aa Mon Sep 17 00:00:00 2001 From: 0xrohitgarg Date: Wed, 5 Mar 2025 11:03:51 +0530 Subject: [PATCH 2/2] openai-function-calling bump to 2.4.0 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 11f9fbc1..4d747666 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ Flask-Cors==4.0.1 openai==1.55.3 PyJWT==2.10.0 Pillow==11.0.0 -git+https://github.com/0xrohitgarg/openai-function-calling.git +openai-function-calling==2.4.0 pydantic==2.8.2 pydantic-settings==2.4.0 python-dotenv==1.0.1