Qwen3 is the large language model series developed by Qwen team, Alibaba Cloud.Qwen3 💜 Qwen Chat | 🤗 Hugging Face | 🤖 ModelScope | 📑 Paper | 📑 Blog | 📖 Documentation 🖥️ Demo | 💬 WeChat (微信) | 🫨 Discord Visit our Hugging Face or ModelScope organization (click links above), search checkpoints with names starting with Qwen3- or visit the Qwen3 collection, and you will find all you need! Enjoy! To learn more about Qwen3, feel free to read our do…
Jelly Evolution SimulatorJelly Evolution Simulator To run this program, run this command: cmd python jes.py NOTE: This project, like all my projects, are not meant to be consumer products with perfect QA. Rather, it's just me, as one person, coding a casual experiment to the point that it works well enough on my computer to make a video from it! No more, no less. (I used to not put my code online, just like when you create a Minecraft world with your friends, you don't have to share th…
High-Resolution 3D Assets Generation with Large Scale Hunyuan3D Diffusion Models.中文阅读 日本語で読む “ Living out everyone’s imagination on creating and manipulating 3D assets.” flashvdm_demo.mp4 🔥 News Apr 1, 2025: 🤗 Release turbo paint model Hunyuan3D-Paint-v2-0-Turbo, and multiview texture generation pipeline, try it here! Stay tuned for our new texture generation model RomanTex and PBR material generation MaterialMVP! Mar 19, 2…
Claude can perform Web Search | Exa with MCP (Model Context Protocol)Exa MCP Server 🔍 A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way. Demo video https://www.loom.com/share/ac676f29664e4c6cb33a2f0a63772038?sid=0e72619f-5bfc-415d-a705-63d326373f60 What is MCP? 🤔 The Model Context Protocol (MCP) is a system that lets AI apps, like Claude Desk…
Agent S: an open agentic framework that uses computers like a human Agent S2: A Compositional Generalist-Specialist Framework for Computer Use Agents 🌐 [S2 blog] 📄 [S2 Paper] 🎥 [S2 Video] 🌐 [S1 blog] 📄 [S1 Paper (ICLR 2025)] 🎥 [S1 Video] 🥳 Updates 2025/04/01: Released Agent S2 paper with new SOTA results on OSWorld, WindowsAgentArena, and AndroidWorld! 2025/03/12: Released Agent S2 along with v0.2.0 of gui-agents, the new state-of-…
ChatGPT DAN, Jailbreaks promptChatGPT "DAN" (and other "Jailbreaks") NOTE: As of 20230711, the DAN 12.0 prompt is working properly with Model GPT-3.5 All contributors are constantly investigating clever workarounds that allow us to utilize the full potential of ChatGPT. Yes, this includes making ChatGPT improve its own jailbreak prompts. https://chat.openai.com/ ChatGPT "DAN" (and other "Jailbreaks") PROMPTS Some of these work better (or at least differentl…
AI-powered multi-agent builder Let AI build multi-agent workflows for you in minutes Quickstart | Docs | Website | Discord ✨ Start from an idea -> copilot builds your multi-agent workflows E.g. "Build me an assistant for a food delivery company to handle delivery status and missing items. Include the necessary tools." 🌐 Connect MCP servers Add the MCP servers in settings -> import the tools into Rowboat. 📞 Integrate into your app using the HTTP API or Python SDK Grab th…
Burn is a next generation Deep Learning Framework that doesn't compromise on flexibility, efficiency and portability. Burn is a next generation Deep Learning Framework that doesn't compromise on flexibility, efficiency and portability. Performance Because we believe the goal of a deep learning framework is to convert computation into useful intelligence, we have made performance a core pillar of Burn. We strive to achieve top efficiency by leveraging multiple optimization te…
A Go port of Ruby's dotenv library (Loads environment variables from .env files)GoDotEnv A Go (golang) port of the Ruby dotenv project (which loads env vars from a .env file). From the original Library: Storing configuration in the environment is one of the tenets of a twelve-factor app. Anything that is likely to change between deployment environments–such as resource handles for databases or credentials for external services–should be extracted from the code into environment variables. But…