🧟 The modern PHP app serverFrankenPHP: Modern App Server for PHP FrankenPHP is a modern application server for PHP built on top of the Caddy web server. FrankenPHP gives superpowers to your PHP apps thanks to its stunning features: Early Hints, worker mode, real-time capabilities, automatic HTTPS, HTTP/2, and HTTP/3 support... FrankenPHP works with any PHP app and makes your Laravel and Symfony projects faster than ever thanks to their official integrations with the worker mode. FrankenPHP can…
一款提示词优化器,助力于编写高质量的提示词Prompt Optimizer (提示词优化器) 🚀 English | 中文 在线体验 | 快速开始 | 常见问题 | 开发文档 | Vercel部署指南 | Chrome插件 📖 项目简介 Prompt Optimizer是一个强大的AI提示词优化工具,帮助你编写更好的AI提示词,提升AI输出质量。支持Web应用和Chrome插件两种使用方式。 🎥 功能演示 ✨ 核心特性 🎯 智能优化:一键优化提示词,支持多轮迭代改进,提升AI回复准确度 🔄 对比测试:支持原始提示词和优化后提示词的实时对比,直观展示优化效果 🤖 多模型集成:支持OpenAI、Gemini、DeepSeek、智谱AI、SiliconFlow等主流AI模型 ⚙️ 高级参数配置:支持为每个模型单独配置temperature、max_tokens等LLM参数 🔒 安全架构:纯客户端处理,数据直接与AI服务商交互,不经过中间服务器 💾 隐私保护:本地加密存储历史记录和API密钥,支持数据导入导出 📱 多端支持:同时提供Web应用和Chrome插件两种…
DeepEP: an efficient expert-parallel communication libraryDeepEP DeepEP is a communication library tailored for Mixture-of-Experts (MoE) and expert parallelism (EP). It provides high-throughput and low-latency all-to-all GPU kernels, which are also known as MoE dispatch and combine. The library also supports low-precision operations, including FP8. To align with the group-limited gating algorithm proposed in the DeepSeek-V3 paper, DeepEP offers a set of kernels optimized for asymmetric-domain b…
Jan is an open source alternative to ChatGPT that runs 100% offline on your computerJan - Local AI Assistant Getting Started - Docs - Changelog - Bug reports - Discord Jan is your AI Assistant that runs entirely offline on your desktop. Because in a world where everything is shared, sometimes you just want to keep your conversations between you and your computer—call us old-fashioned. ⚠️ Jan is in active development. Installation Because clicking a button is…
Implementation of all RAG techniques in a simpler wayAll RAG Techniques: A Simpler, Hands-On Approach ✨ This repository takes a clear, hands-on approach to Retrieval-Augmented Generation (RAG), breaking down advanced techniques into straightforward, understandable implementations. Instead of relying on frameworks like LangChain or FAISS, everything here is built using familiar Python libraries openai, numpy, matplotlib, and a few others. The goal is simple: provide code that is readable, mo…
The LLM Evaluation Framework The LLM Evaluation Framework Documentation | Metrics and Features | Getting Started | Integrations | DeepEval Platform Deutsch | Español | français | 日本語 | 한국어 | Português | Русский | 中文 DeepEval is a simple-to-use, open-source LLM evaluation framework, for evaluating and testing…
A web-based 3D CAD application for online model design and editingChili3D A web-based 3D CAD application for online model design and editing. Overview Chili3D is an open-source, browser-based 3D CAD (Computer-Aided Design) application built with TypeScript. It achieves near-native performance by compiling OpenCascade (OCCT) to WebAssembly and integrating with Three.js, enabling powerful online modeling, editing, and rendering—all without the need for local installation. You can access Chili3D …
This is a python API which allows you to get the transcript/subtitles for a given YouTube video. It also works for automatically generated subtitles and it does not require an API key nor a headless browser, like other selenium based solutions do! ✨ YouTube Transcript API ✨ This is a python API which allows you to retrieve the transcript/subtitles for a given YouTube video. It also works for automatically generated subtit…
Model Context Protocol ServersModel Context Protocol servers This repository is a collection of reference implementations for the Model Context Protocol (MCP), as well as references to community built servers and additional resources. The servers in this repository showcase the versatility and extensibility of MCP, demonstrating how it can be used to give Large Language Models (LLMs) secure, controlled access to tools and data sources. Each MCP server is implemented with either the Typescript M…