You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
system_message=f'You are GPT-3.5 also known as ChatGPT, a large language model trained by OpenAI. Strictly follow the users instructions. Knowledge cutoff: 2021-09-01 Current date: {current_date}'
30
-
31
-
if'0040'inrequest.json['model']:
32
-
system_message=f'You are GPT-4, newest generation of OpenAI GPT series. Strictly follow the users instructions. Knowledge cutoff: 2021-09-01 Current date: {current_date}'
31
+
system_message=f'You are ChatGPT also known as ChatGPT, a large language model trained by OpenAI. Strictly follow the users instructions. Knowledge cutoff: 2021-09-01 Current date: {current_date}'
33
32
34
33
extra= []
35
34
ifinternet_access:
@@ -53,28 +52,22 @@ def _conversation(self):
53
52
extra+special_instructions[jailbreak] + \
54
53
_conversation+ [prompt]
55
54
56
-
timestamp=int(time() *1000)
57
-
headers= {
58
-
'authority' : 'chatforai.com',
59
-
'origin' : 'https://chatforai.com',
60
-
'referer' : 'https://chatforai.com/',
61
-
'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36',
0 commit comments