We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a734971 commit 7be0776Copy full SHA for 7be0776
suggestion_download.py
@@ -1,5 +1,6 @@
1
from utils import *
2
from rich.console import Console
3
+#user-defined function to download all the suggestions given by ChatGPT into "suggestions.txt" file
4
def download(text):
5
console=Console()
6
with open('suggestions.txt','w') as file:
0 commit comments