Skip to content

Commit

Permalink
remove the default conversation_id
Browse files Browse the repository at this point in the history
  • Loading branch information
JianqingPengSAP committed Feb 20, 2023
1 parent 2602c68 commit c406aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xiaogpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def run_forever(self):
"--conversation_id",
dest="conversation_id",
type=str,
default="c379851d-fbd4-479e-a716-dddc379fbxxx",
default="",
help="ChatGPT conversation_id",
)
options = parser.parse_args()
Expand Down

0 comments on commit c406aa7

Please sign in to comment.