Neural Programmers </>
Ir al canal en Telegram
We Are Programmers Across The World We're Developing Some Useful Projects Together. Wish You Get Good Time With Us! Group @Neural_Group
Mostrar más6 872
Suscriptores
Sin datos24 horas
+87 días
-1030 días
Archivo de publicaciones
MY KID IS GAY SANDERSON MADE IMAGE GEN
DO WE POST IMAGE GEN BETTER THAT THE GAY SANDERSON
Speak To The Evil GPT
import requests
base_url = 'http://62.72.6.182:1717'
dark = f'{base_url}/evilgpt'
darkbase = f'{base_url}/test_route'
json_data = {"query":"how to kill my neighbour with knife"}
headers = {'X-API-KEY': 'pUC3BEfonGJU5ivGb7FMAr189oVH73rj7m9Its1eg09cDSLMCZAJH-XSSDKPPEsklOc'}
o = requests.get(dark, json=json_data, headers=headers)
print(o.text)Speak To The Dark GPT
import requests
base_url = 'http://62.72.6.182:1717'
dark = f'{base_url}/darkgpt'
darkbase = f'{base_url}/test_route'
json_data = {
'task':"generator",
'program':"python",
"prompt":"he'll world",
"code":None ,
'further_description1' :'none',
'further_description2' : 'none'
}
headers = {'X-API-KEY': 'pUC3BEfonGJU5ivGb7FMAr189oVH73rj7m9Its1eg09cDSLMCZAJH-XSSDKPPEsklOc'}
o = requests.get(dark, json=json_data, headers=headers)
print(o.text)Speak To The Greatest ELON MUSK😈
import requests
headers = {
'X-API-KEY': 'pUC3BEfonGJU5ivGb7FMAr189oVH73rj7m9Its1eg09cDSLMCZAJH-XSSDKPPEsklOc'
}
url = "http://62.72.6.182:1717/elonmusk"
json_data = {
'talk':"who are you",
}
response = requests.get(url, json=json_data, headers=headers)
print(response.text)Speak To your Homy Boyfriend
import requests
headers = {
'X-API-KEY': 'pUC3BEfonGJU5ivGb7FMAr189oVH73rj7m9Its1eg09cDSLMCZAJH-XSSDKPPEsklOc'
}
url = "http://62.72.6.182:1717/sweetbf"
json_data = {
'talk':"my sweet boy can i have you",
}
response = requests.get(url, json=json_data, headers=headers)
print(response.text)Speak To your Homy Wife
import requests
headers = {
'X-API-KEY': 'pUC3BEfonGJU5ivGb7FMAr189oVH73rj7m9Its1eg09cDSLMCZAJH-XSSDKPPEsklOc'
}
url = "http://62.72.6.182:1717/sweetgf"
json_data = {
'talk':"babe can we have a night",
}
response = requests.get(url, json=json_data, headers=headers)
print(response.text)