From befb70c91403a8d9db5710bf0ebb81665cb5c6af Mon Sep 17 00:00:00 2001 From: 0xrohitgarg Date: Mon, 11 Nov 2024 12:44:59 +0530 Subject: [PATCH] tempfix: fix conflict issue in fork until support for python 3.13 is added in openai-function-calling --- backend/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 0a7e333..9e6c9c2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,6 @@ Flask==3.0.3 Flask-SocketIO==5.3.6 Flask-Cors==4.0.1 openai==1.42.0 -openai-function-calling==2.2.0 pydantic==2.8.2 pydantic-settings==2.4.0 python-dotenv==1.0.1 @@ -12,3 +11,5 @@ replicate==1.0.1 yt-dlp==2024.10.7 videodb==0.2.5 slack_sdk==3.33.2 + +git+https://github.com/0xrohitgarg/openai-function-calling.git#egg=openai-function-calling \ No newline at end of file