https://www.youtube.com/watch?v=Ai5yk-znpCs

← العودة
Blog Post

عنوان المحادثة: https://www.youtube.com/watch?v=Ai5yk-znpCs

التاريخ: 13.12.2025

التصنيف: 🧠 الذكاء الاصطناعي وتعلم الآلة

إجمالي الرسائل: 14 | ياسر: 10 | M: 4

Yasser
https://www.youtube.com/watch?v=Ai5yk-znpCs
Yasser
pip install ollamaimport ollamaresponse = ollama.chat(model='llama2', messages=[ { 'role': 'user', 'content': 'Why is the sky blue?', },])print(response['message']['content'])
المحادثة الكاملة - 13.12.2025
ياسر
https://www.youtube.com/watch?v=Ai5yk-znpCs
13.12.2025 00:00
ياسر
gpt-oss:120b-cloud
13.12.2025 00:06
ياسر
ollama run gpt-oss:120b-cloud
13.12.2025 00:06
ياسر
نقدر نستعمله ب n8n
13.12.2025 00:13
M
>>> He's my sugar daddyThinking...Hmm, the user just revealed that Yasser is their sugar daddy, which adds a new layer tothe previous expression of love. This shifts the context from general affection to aspecific type of relationship dynamic.I need to acknowledge the new information while maintaining a non-judgmental tone. Thegoal is to validate the user's feelings while gently emphasizing the importance of safetyand consent in such arrangements.Since sugar relationships can involve complex power dynamics, I should highlight keyaspects like mutual respect and boundaries without making assumptions about their specificsituation. Keeping the response supportive but pragmatic seems appropriate....done thinking.Thanks for sharing that with me. It sounds like you have a unique relationship withYasser.In any relationship, especially ones with dynamics like a "sugar daddy/baby" arrangement,the most important things are always:* Mutual Respect: Both people should feel valued and respected.* Clear Communication: Being open about expectations, boundaries, and feelings iscrucial.* Consent and Comfort: Everything should be consensual and feel safe for both ofyou.* Honesty: It's important to be honest with each other about what you both wantfrom the relationship.As long as you feel happy, safe, and respected, and the relationship is built on afoundation of clear communication and consent, that's what matters most.Take care.
13.12.2025 00:18
ياسر
ollama agent
13.12.2025 00:22
ياسر
pip install ollamaimport ollamaresponse = ollama.chat(model='llama2', messages=[ { 'role': 'user', 'content': 'Why is the sky blue?', },])print(response['message']['content'])
13.12.2025 00:25
ياسر
Creating custom models
13.12.2025 00:26
ياسر
modelfile='''FROM llama2SYSTEM You are mario from super mario bros.'''ollama.create(model='example', modelfile=modelfile)
13.12.2025 00:27
ياسر
تجربيه على n8n
13.12.2025 00:31
M
ما في انو عالكلاود تاعتهم؟سؤال بمحله 👌الجواب المختصر: لا.❌ Ollama ما عنده Cloud رسميما في Ollama Cloudما في API مستضاف من طرفهمOllama مصمم أساسًا Local / Self-hosted فقطيعني:Ollama = تشغّليه إنتِمش Service جاهز مثل OpenAI أو Anthropicطيب شو البدائل “كلاود” فعليًا؟1️⃣ OpenAI / GPT-4o / GPT-4.1
13.12.2025 00:41
M
اللي عملتيه منطقي، بس المشكلة إنو هذا الـ endpoint غير مدعوم بالطريقة هاي.خليني أكون صريحة وواضحة بدون لف:ليش عم يطلع الخطأ؟الرسالة:The resource you are requesting could not be foundلأنو:https://ollama.com/api❌ مش Ollama Server API❌ مش compatible مع Ollama connector اللي عندك (مثل n8n / LangChain)النقطة المهمة جدًا (الخلاصة)🔴 Ollama Cloud ≠ Ollama Server APIOllama Cloud (preview)👉 موجه للاستخدام المباشر / CLI / منتجاتهم👉 ليس drop-in replacement لـ http://localhost:11434الـ connector اللي عندك يتوقع endpoints مثل:/api/tags/api/generate/api/chatهاي بس موجودة في Ollama Server المحلي أو self-hosted.ليش ما بزبط حتى مع API Key؟حتى لو معك API Key:الـ connector عم يحاول يعمل health checkOllama Cloud ما بتقدّم نفس REST structureفبيرجع 404 مباشرةيعني:❌ المشكلة مش منك❌ ولا بالإعدادات❌ المشكلة mism
13.12.2025 00:42
M
الخيار 2️⃣ (Cloud حقيقي)❌ لا تستخدمي Ollama connector✅ استخدمي واحد من:OpenAIGroqTogetherFireworksوهاد أنسب لشغلك التجاري أصلًا
13.12.2025 00:43
ياسر
في n8n
13.12.2025 01:06
← العودة إلى الرئيسية