From fa7bf4a5b55fa000c8de8043f67a98973ff66242 Mon Sep 17 00:00:00 2001 From: Avish Kumar <85635883+aviskumar@users.noreply.github.com> Date: Sun, 15 Sep 2024 21:46:12 +0530 Subject: [PATCH] Fixed --- plugins/chatgpt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chatgpt.py b/plugins/chatgpt.py index 2792075269..041fce3ed5 100644 --- a/plugins/chatgpt.py +++ b/plugins/chatgpt.py @@ -15,7 +15,7 @@ from os import remove, system try: - from openai import 0, 100%, %, hsl + from openai import OpenAI except ImportError: system("pip install -q openai") from openai import OpenAI