Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinsenal0x64 committed Jun 27, 2023
1 parent 5da5b89 commit 2b690d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def cha_gpt(message):
"role":
"assistant",
"content":
f'(based on my previous question: {last_input}, and your previous answer: {last_output})',
f'(based on my previous questions: {last_input}, and your previous answers:{last_output} if i ask any of my previous questions {last_input} you want to provide answers compare with your {last_output})',
})

response = requests.post(url, headers=headers, json=data)
Expand Down

0 comments on commit 2b690d8

Please sign in to comment.