Последние посты Poena (@poenamarket) в Telegram

Посты канала Poena

Poena
Database Marketplace

Handler - @thxlez
1,471 подписчиков
270 фото
694 видео
Последнее обновление 06.03.2025 14:11

Похожие каналы

Stormous.X Store (V3.0)
4,455 подписчиков
Real profit
2,903 подписчиков
VulzSec Official
1,717 подписчиков

Последний контент, опубликованный в Poena на Telegram

Poena

02 Mar, 16:05

4,670

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

3,759

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

3,016

Free API
Poena

02 Mar, 15:40

3,005

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'])