Skip to content

Commit 7be0776

Browse files
committed
added comments
1 parent a734971 commit 7be0776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

suggestion_download.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from utils import *
22
from rich.console import Console
3+
#user-defined function to download all the suggestions given by ChatGPT into "suggestions.txt" file
34
def download(text):
45
console=Console()
56
with open('suggestions.txt','w') as file:

0 commit comments

Comments
 (0)