Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit dc0977e

Browse files
authored
Update Conversation.py
1 parent 18d9382 commit dc0977e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProGPT/Conversation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def send(self, text: str) -> str:
111111

112112
data: dict = {}
113113

114-
with open("test.txt", "w") as file:
114+
with open("progpt-response.txt", "w") as file:
115115
file.write(response.text)
116116

117117
for chunk in response.text.split("\n"):

0 commit comments

Comments
 (0)