Poena

@poenamarket


Database Marketplace

Handler - @thxlez

Poena

02 Mar, 16:05


Dear Members,

We are announcing a project that we're currently undertaking: the development of xGPT, a cutting edge model designed to push the boundaries of what's possible in our field. We are on the lookout for talented and genius individuals who are passionate about making significant contributions.

You will receive competitive pay that reflects your expertise and contributions.

We're Looking for Individuals Who:

- Have a strong background in machine learning, artificial intelligence, or related fields.
- Possess creative problem-solving skills and a passion for innovation.
- Are eager to work in a fast-paced, dynamic environment where their work can make a significant impact.

How to Apply:
If you want to be a part of this project, we want to hear from you! Reach us to our recruitment team @noystradamos.

Looking forward to your applications and to welcoming you to our team.

Poena

02 Mar, 15:51


PSCB

229,000 emails and 630,000 files from the Petersburg Social Commercial Bank / Петербургский социальный коммерческий банк, one of the top 100 Russian banks in terms of net assets


Russia

542 GB

Poena

02 Mar, 15:40


Free API

Poena

02 Mar, 15:40


import requests

headers = {
'x-wormgpt-provider': 'worm_gpt',
'Content-Type': 'application/json',
}

json_data = {
'messages': [
{
'role': 'user',
'content': ' ', # question here
},
],
'max_tokens': 820,
}

response = requests.post('https://wrmgpt.com/v1/chat/completions', headers=headers, json=json_data)
print(response.json()['choices'][0]['message']['content'])