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

Commit ca1462e

Browse files
authored
fix uuid4()
1 parent 707bf9f commit ca1462e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProGPT/Generative.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def prompt(self, text: str) -> str:
8787
}
8888
}],
8989
"model": "text-davinci-002-render-sha",
90-
"parent_message_id": uuid4(),
90+
"parent_message_id": str(uuid4()),
9191
"timezone_offset_min": -330
9292
}
9393

0 commit comments

Comments
 (0)