Poena @poenamarket Channel on Telegram

Poena

@poenamarket


Database Marketplace

Handler - @thxlez

Poena (English)

Welcome to Poena, your go-to destination for all things related to the database marketplace! As the leading channel in the industry, Poena offers a wide range of databases for sale, trade, and exchange. Whether you are looking for a specific database or interested in selling your own, Poena is the perfect platform for database enthusiasts to connect and interact. With a dedicated handler like @thxlez, you can rest assured that you are in good hands when it comes to navigating the world of databases. From SQL to NoSQL, Poena has it all! Join us today and become a part of our growing community of database professionals and enthusiasts. Let Poena be your gateway to the exciting and dynamic world of databases! Don't miss out on the latest updates, news, and opportunities in the database marketplace. Join Poena today!

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