Skip to content

Commit

Permalink
Merge pull request #458 from aviskumar/patch-2
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
Ashutosh1478 authored Sep 15, 2024
2 parents 89fe1a1 + fa7bf4a commit 59ce525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/chatgpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59ce525

Please sign in to comment.