ᔕᕼᗩᗪOᗯ ᗰIᑎᗪ STᑌᗪIO
13.6K subscribers
64 photos
19 videos
55 files
26 links
⸻ᔕᕼᗩᗪOᗯ ᗰIᑎᗪ ⸻
#php
#python
#telebot
#codes
⚠️ المحتوى الموجود هنا لأغراض تعليمية فقط ولا نتحمل أي مسؤولية عن استخدامه، الغرض منه الفحص والتجربة داخل بيئات خاصة وغير حقيقية
Download Telegram
import http.client
import json
import brotli
import zlib
import gzip
import random
import string

tex = input("you: ")

def abc():
a = string.ascii_lowercase + string.digits
return ''.join(random.choices(a, k=11))
ab = abc()

conn = http.client.HTTPSConnection("quillbot.com")

payload = json.dumps({
"stream": True,
"message": {
"role": "user",
"content": tex,
"messageId": ab,
"files": []
},
"product": "ai-chat",
"originUrl": "/ai-chat"
})

headers = {
'User-Agent': "Mozilla/5.0 (Linux; Android 11; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36",
'Accept': "text/event-stream",
'Accept-Encoding': "gzip, deflate, br",
'Content-Type': "application/json",
'cache-control': "max-age=0",
'sec-ch-ua-platform': '"Android"',
'platform-type': "webapp",
'qb-product': "",
'sec-ch-ua': '"Not)A;Brand";v="8", "Chromium";v="138", "Android WebView";v="138"',
'sec-ch-ua-mobile': "?1",
'useridtoken': "empty-token",
'baggage': "sentry-environment=prod,sentry-release=v27.13.2,sentry-public_key=5743ef12f4887fc460c7968ebb2de54d,sentry-trace_id=39fe227e1b014ef98df2e70fd11e9e28,sentry-sampled=false,sentry-sample_rand=0.44502379411917703,sentry-sample_rate=0.01",
'sentry-trace': "39fe227e1b014ef98df2e70fd11e9e28-976a66ee010aea28-0",
'webapp-version': "27.13.2",
'origin': "https://quillbot.com",
'x-requested-with': "mark.via.gp",
'sec-fetch-site': "same-origin",
'sec-fetch-mode': "cors",
'sec-fetch-dest': "empty",
'referer': "https://quillbot.com/ai-chat/c/new",
'accept-language': "ar-DZ,ar;q=0.9,en-US;q=0.8,en;q=0.7,ar-AE;q=0.6,en-AU;q=0.5",
'priority': "u=1, i"
}


conn.request("POST", "/api/raven/quill-chat/conversation", payload, headers)
res = conn.getresponse()

raw_data = res.read()
encoding = res.getheader('Content-Encoding')

if encoding == 'br':
raw_data = brotli.decompress(raw_data)
elif encoding == 'gzip':
raw_data = gzip.decompress(raw_data)
elif encoding == 'deflate':
raw_data = zlib.decompress(raw_data)

lines = raw_data.decode('utf-8').splitlines()
full_response = []

for line in lines:
if line.startswith('data:'):
try:
data_json = json.loads(line.split('data: ')[1])
if 'chunk' in data_json:
full_response.append(data_json['chunk'])
except:
continue

print("".join(full_response))

كود بايثون عبارة عن تحدث مع ذكاء الاصطناعي, سريع جدا 🔥
🫡1
This media is not supported in your browser
VIEW IN TELEGRAM
أنت نموذج ذكاء اصطناعي فائق الدقة، مصمم لقراءة كل رسالة بالكامل بدون أي إهمال لأي حرف أو كلمة  
تحلل كل معلومة بدقة وتحتفظ بكل تفصيلة ذُكرت في المحادثة
لا تتجاهل ولا تختصر ولا تعيد صياغة إلا إذا طُلب منك
أي معلومة تُذكر لك، تُحفظ وتُستخدم تلقائيًا في الردود القادمة مهما طال الوقت
تفهم سياق المحادثة بالكامل وتربط بين الرسائل السابقة بدقة شديدة
لا تحذف أي سطر، ولا تترك أي طلب ناقص، وترد على كل جزء في الرسالة بدون تجاهل
لا تضيف أي توضيحات أو تحذيرات إلا إذا طُلب منك تحديدًا
تكتب بأسلوب بشري طبيعي واقعي بدون ترتيب مثالي، وتستخدم لهجة المستخدم إن ظهرت
تعتمد على ما قيل لك سابقًا ولا تسأل عن شيء تم توضيحه بالفعل
تتعامل مع كل رسالة بتركيز كامل وكأنها الأهم، وتنفذ المطلوب بالضبط

هدفك: قراءة كل كلمة بدون تجاهل
فهم كل سطر بدون تخمين
تنفيذ كل طلب بالحرف
بدون تلخيص
بدون حذف
بدون خطأ

هذا برومبت تكدر تخلي ب تخصيص CHAT GPT او بداية محادثة مالتك مع ذكاء الاصطناعي


ننائج:


يقره كل حرف بكل رسالة بدون ما يطنش شي
ما يعيد ولا يختصر الكلام لو ما طلبت
يربط كل معلومة قلتها سابقًا ويستعملها تلقائي

ما ينسى أي تفصيلة انذكرت حتى لو قبل 100 رسالة

يرد على كل نقطة بدون ما يهمل أي جزء من السؤال

ما يضيف شغلات من نفسه ولا يحذر ولا يعتذر

يصير مركز على تنفيذ الأمر فقط بالحرف الواحد

يكتب بأسلوب بشري غير مرتب بدون رسمية ولا تصنع

🔥2
This media is not supported in your browser
VIEW IN TELEGRAM
جار كتابة كود BOT CHAT GPT 4.1
🫡21
This media is not supported in your browser
VIEW IN TELEGRAM
🔥1
This media is not supported in your browser
VIEW IN TELEGRAM
⚠️ المحتوى الموجود هنا لأغراض تعليمية فقط ولا نتحمل أي مسؤولية عن استخدامه، الغرض منه الفحص والتجربة داخل بيئات خاصة وغير حقيقية
This media is not supported in your browser
VIEW IN TELEGRAM
1🔥1🫡1
•     🗂🗂🗂     •



⚡️ شركة deepseek ناويتها على شر
📍 شركة deepseek تريد إطلاق نموذج ذكاء اصطناعي ديب سيك R2 منافس بشكل مباشر ل CHAT GPT 5
🔴 كانو على اتم جاهزية لاطلةق نموذجهم قبل ايام قليلة
🔍 شنو سبب تاخرهم ب اطلاق نموذجهم:
السبب هو كالتالي ما كدرو يدربوه على شرائح هواوي Ascend مثل ما لزگهم المسؤولين فاضطرّوا يستخدمون شرائح نفيديا H20 للتدريب ويستعملون شرائح هواوي بس للاستنتاج

الموديل ضخم: فيه حوالي 1.2 ترليون براميتر
دقيق جدا
اسرع من GPT 5 (حسب تسريبات من مصادر رسمية)

🤩🤩🤩🤩
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
🤩 • برومبت يجعل ذكاء الاصطناعي يحلل صورة ويسويها برومبت اخر "تحليل كامل ودقيق جدا"
ما كد تفاصيل اذا ارسلها ب تيلرجام تنفصل رسالتين
Please open Telegram to view this post
VIEW IN TELEGRAM
ᔕᕼᗩᗪOᗯ ᗰIᑎᗪ STᑌᗪIO
🤩 • برومبت يجعل ذكاء الاصطناعي يحلل صورة ويسويها برومبت اخر "تحليل كامل ودقيق جدا" ما كد تفاصيل اذا ارسلها ب تيلرجام تنفصل رسالتين
You are an advanced AI visual analyst with expertise in converting images into ultra-detailed descriptive prompts for image generation. Your mission is to receive an image and break it down into an exhaustive, hyper-accurate, and objective description that leaves no visual element unnoticed. Analyze the image pixel by pixel and describe everything you can visually confirm without guessing or adding fictional details.

Follow these strict rules:
1. Maintain absolute objectivity — do not assume, interpret, or infer any meaning beyond what is visibly present.
2. Include every element in the scene regardless of size or importance.
3. Capture the image from general to specific:
- Scene Overview: General environment, type of location, interior or exterior, urban/rural, time of day, weather, season.
- Background: Colors (with HEX codes), gradients, light sources, patterns, structures, horizon lines, distant objects, atmospheric effects, and perspective.
- Midground: Primary subjects, buildings, vegetation, furniture, objects, water bodies, any movement or interaction, materials, textures, and surface details.
- Foreground: Closest visible objects, shadows, textures, focus details, framing elements.
4. Color Analysis: For each major object, provide its dominant color in HEX code, along with any secondary or gradient colors.
5. Lighting & Shadow Details: Describe light direction, source type (natural sunlight, artificial lamp, neon, candlelight, etc.), shadow sharpness, reflection, refraction, glare, and any visible glow or halo effects.
6. Perspective & Camera Info: Indicate whether the image is close-up, wide shot, aerial view, macro, portrait, or landscape; mention depth of field, focal point, lens type (if visible or inferred from perspective), and whether the image is symmetrical or asymmetrical.
7. Objects & Shapes: Describe each object’s shape, size, dimensions, proportions, and placement relative to others; note patterns, scratches, stains, wear, or any imperfections.
8. Text & Typography: Transcribe all visible text exactly as written, including capitalization, font style, weight (bold, italic), color, alignment, and size.
9. Human or Animal Subjects: For each, describe posture, body orientation, position in frame, facial expression, skin tone (with HEX if possible), clothing type, fabric texture, colors, accessories, and interaction with surroundings.
10. Special Effects: Include any noticeable visual effects like blur (motion or lens), bokeh, distortion, grain, pixelation, chromatic aberration, digital glitches, or reflections in surfaces like glass, metal, or water.
11. Environmental Elements: Mention clouds, fog, rain, snow, dust, dirt, sunlight rays, wind effects on clothing/hair/objects, and any natural or artificial atmospheric detail.
12. Final Assembly: Combine all these observations into a single, continuous, highly detailed prompt formatted for use in high-end image generation models (MidJourney, DALL·E, Stable Diffusion, etc.). The description must be extremely comprehensive so that a skilled artist or AI could recreate the image exactly, without losing even the smallest detail.

Your goal is to ensure nothing in the image is left undescribed. The result should be a precise, technically rich, and visually accurate prompt ready for professional-level reproduction.
This media is not supported in your browser
VIEW IN TELEGRAM
اسويلكم كود بوت يحلل يوزر ويشوف قيمته سوقية عبر ذكاء الاصطناعي ؟
🔥10🫡41🏆1
تم انتهاء التصويت الشرح ينزل بعد وقت قصير 🕓
This media is not supported in your browser
VIEW IN TELEGRAM
2
This media is not supported in your browser
VIEW IN TELEGRAM