From a735da59f10c1f3a7d2c7c48820f8441b03fa4cf Mon Sep 17 00:00:00 2001 From: Veylkh <41055376+Veylkh@users.noreply.github.com> Date: Mon, 23 Jan 2023 15:29:51 +0100 Subject: [PATCH 1/2] Update requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3dbd0834..5a0c7568 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ discord.py==2.1.* python-dotenv==0.21.* -openai==0.25.* +openai==0.26.* PyYAML==6.0 -dacite==1.6.* \ No newline at end of file +dacite==1.6.* From b9ce1ec2fd224495a9e09ab5781b79ab1432ba09 Mon Sep 17 00:00:00 2001 From: Veylkh <41055376+Veylkh@users.noreply.github.com> Date: Sat, 4 Feb 2023 15:39:26 +0100 Subject: [PATCH 2/2] openai>0.25 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5a0c7568..92007a87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ discord.py==2.1.* python-dotenv==0.21.* -openai==0.26.* +openai>0.25 PyYAML==6.0 dacite==1.6.*