Skip to content

Commit

Permalink
Update ChatGPT.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowcz007 committed Jan 29, 2024
1 parent 0be859f commit 31914f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/ChatGPT.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def INPUT_TYPES(s):

CATEGORY = "♾️Mixlab/GPT"

def run(self, text,output_dir):
def run(self, text,output_dir=""):
output_dir=output_dir[0]
filename=generate_random_string(4)+'.txt'

Expand Down

0 comments on commit 31914f7

Please sign in to comment.