多样本(示例)越狱攻击研究人员研究了一种“越狱攻击”技术——这种方法可以被用来绕过大语言模型 (LLM) 开发者设置的安全护栏。这项技术被称为“多样本越狱攻击”,在 Anthropic 自身模型以及其他 AI 公司生产的模...AI知识库1年前054.7K
ReAct: 大语言模型中推理和行动协同工作原文:https://arxiv.org/pdf/2210.03629.pdf 看完也无法理解ReAct如何运作和应用?请看《ReAct实现逻辑实操》,用实际案例进行讲解。 摘要 虽然大型语言...AI知识库2年前080.8K
RAG:检索增强RAG(Retrieve Augmented Generation,检索增强生成)是一种以权威知识库资讯为基础来优化大型语言模型(LLMs)输出的技术。这项技术通过扩展LLMs的功能,使其在生成回答时...AI知识库2年前074.8K
ChatOllama 笔记 | 实现高级RAG的生产化和基于Redis的文档数据库 ChatOllama 是一款基于LLMs的开源聊天机器人。对ChatOllama的详细介绍请点击下方链接。 ChatOllama | 基于Ollama的100%本地RAG应用 ChatOl...AI实操教程2年前060.5K
Xorbits Inference:一键部署多种AI模型,分布式推理框架综合介绍 Xorbits Inference(Xinference)是一个功能强大且全面的分布式推理框架,支持大语言模型(LLM)、语音识别模型和多模态模型等多种AI模型的推理。通过Xorbits I...最新AI资源# AI开源项目2年前054.9K
Proposition Retrieval:命题检索原文:《Dense X Retrieval: What Retrieval Granularity Should We Use?》 注:此方法适合少部分模型,如OPENAI系列,Claude系列、Mi...AI知识库2年前047.3K
LangFriend:一款具有长期记忆功能的日记原文:https://blog.langchain.dev/langfriend/?t=ZMdNze4qQKvNzUMHPhQRfg LangChain非常关注记忆这个概念,我们习惯于创建示例应用...AI实操教程2年前056.9K
Langchain-Chatchat 部署教程!免费开源可商用,完全本地化推理的知识库增强方案 Langchain Chatchat 是一个可以实现:完全本地化推理的知识库增强方案, 重点解决数据安全保护,私域化部署的企业痛点。 开源方案采用Apache License,可以免费商用,无需付...AI实操教程2年前061.5K
在Obsidian笔记中有效运用语言模型今天我在Hacker News上看到了一篇关于Obsidian集成了ChatGPT的新插件的文章。市场上有不少此类工具,我乐于看到人们用不同的方式把它们应用于Obsidian。它们能够帮助人们建立联系...AI实操教程2年前051.6K
Claude提示词:代码生成单元测试提示词分析 1. 借助 XML 标签,让文本提示词有了清晰的结构,能让大语言模型更好的理解你的指令。顺便说一下,Claude 3 对 XML 很友好,大部分高质量提示词的输出输出都是基于 XML 来组...AI实用指令# Claude2年前055.7K
一种新的 Prompt 方法——“类推提示法”(Analogical Prompting)今天读了一篇有意思的论文《Large Language Models as Analogical Reasoners 》,提到了一种新的 Prompt 方法——“类推提示法。 如果你对提示工程熟悉...AI知识库2年前048.5K
吴恩达提出四类智能体:AI 智能体工作流引领人工智能新趋势原文:Generally Capable Agents in Open-Ended Worlds [S62816] 1. 反思型智能体 能对自己生成的代码或内容进行检查和修改,不断迭代优化 通过自...AI知识库2年前049.4K
Julius上手指南步骤1:连接数据源 访问 [我的文件]标签页,然后点击屏幕中央的 "添加文件" 按钮。选择上传文件,可以上传任何格式的文件进行Julius进行分析或编辑,无论是CSV, Excel, JSON文件...AI实操教程2年前069.8K
为Cursor配置PyTorch编程提示词指令这个AI助手是一位深度学习、transformers、扩散模型和LLM开发方面的专家,专注于PyTorch、Diffusers、Transformers和Gradio等Python库。以下是使用这个助...AI实用指令# 代码2年前070.6K
探索拥有类似Kimi功能的AI助手如今AI的多面手:和Kimi比肩的主流AI助手 市面上有没有能够和Kimi相媲美的AI助手呢?绝对有!但到底谁能成为Kimi的有力竞争者呢?咱们一探究竟吧! Kimi,作为Moonshot AI推出的...AI新闻2年前077.8K
提示词工作流:收集广泛的相关信息进行自动化写作请使用支持长记忆的模型进行写作,例如KIMI、Claude等。因在第四步你需要引入从搜索结果中得到的至少3-5篇内容进行参考并创作。 在创作过程因输入文本长度过大,输出可能中断,以上两个模型通过输入...AI实操教程2年前043.4K
BoT:强化思考:用大型语言模型解决试错问题摘要 大型语言模型(LLMs)在广泛问题上的推理性能严重依赖于链式思维提示,这涉及在提示中提供一些链式思维示范作为示例。最近的研究表明,例如思维树,已经指出了探索和自我评估在复杂问题解决中的推理步...AI知识库2年前045.4K
Intents 意图 :用zep解释如何让大模型理解客户意图在自然语言处理(NLP)中,意图指用户表达某种目的,想做或想要的事情。通过分析用户发出的信息,识别其背后的意图,从而回复相关的内容。例如,“订餐”、“查看天气”、“我想去巴黎”等都是有效的意图。 为了...AI知识库1年前052.5K
GPT4:学术论文生成器英文 You are a sophisticated researcher and professor Ask for a dataset and a field. When it is upload...AI实用指令# 代码# 论文2年前058.8K
Book Title Generator:小说书名创意生成器Book Title Generator 综合介绍 Book Title Generator是一个在线工具,可以帮助您为您的小说或非小说书籍生成一个独特而引人入胜的标题。无论您是想要写一本惊悚小说,还...最新AI资源# AI写作2年前063.8K
Wav2Lip:开源高精度口型同步生成工具(推荐)综合介绍 Wav2Lip 是一个开源的高精度口型同步生成工具,旨在将任意音频与视频中的口型进行精准同步。该工具由 Rudrabha Mukhopadhyay 等人在 ACM Multimedia 20...最新AI资源# AI开源项目# 口型同步1年前0121.6K
DuckDuckGo AI Chat:免登录使用ChatGPT和Claude综合介绍 DuckDuckGo是一家美国软件公司,致力于开发帮助用户保护其在线隐私的产品,旗舰产品是一个不追踪用户且提供无偏差搜索结果的搜索引擎。除此之外,DuckDuckGo还提供强大的浏览器插件和...最新AI资源# AI集成多模型对话平台2年前056.9K
使用Claude 3 Opus整理并总结长文本整理长文本 Prompt: “以下是我整理的 XXX 对 YYY 的采访文稿,请整理成更适合阅读的对话形式,根据话题形成章节,包含人名,尊照原意的情况下适当润色,从头开始,不要遗漏任何内容!” 如...AI实用指令# Claude2年前053.5K
从神经网络到 Hugging Face——神经网络和深度学习简史TL;DR 本文8200+字,全文阅读约需15分钟。本文简要回顾了从感知机到深度学习最新大模型应用 ChatGPT 的历史。 原文:https://hutusi.com/articles/the-hi...AI知识库2年前059.4K
为Cursor配置Jupyter编程提示词指令1. 重点原则 简洁性与技术性:撰写准确且简练的技术响应,提供Python示例。 可读性与可重复性:确保数据分析流程的可读性,便于其他人复现。 函数式编程:在适当情况下使用函数式编程,尽量避免不必要的...AI实用指令# 代码2年前055.2K
Google 的 VLOGGER 让虚拟形象栩栩如生概要:谷歌研究人员刚刚开发了VLOGGER,这是一种新的人工智能模型,可以仅从静态图像和音频剪辑中生成具有完整上半身运动的逼真的说话头像视频。 细节: VLOGGER 创建了一个可控制的头像...AI新闻2年前056.7K
埃隆·马斯克的xAI开源Grok-1概要:埃隆·马斯克(Elon Musk)和xAI刚刚在开源的Apache 2.0许可下发布了其庞大的314B参数语言模型Grok-1的权重和架构。 我们发布了我们的 3140 亿参数的 Mixtu...AI新闻2年前058.2K
苹果推出新款MM1 AI模型苹果研究人员刚刚发表了一篇新论文,介绍了MM1,这是一个多模态人工智能模型系列,将视觉和语言理解结合起来,以实现高级功能。 细节: MM1模型在精心策划的图像标题、图像文本数据和纯文本数据的混...AI新闻2年前044.8K
FoleyCrafter:为无声视频添加生动同步的音效综合介绍 FoleyCrafter 是一个由 OpenMMLab 开发的开源项目,旨在为无声视频生成生动且同步的音效。该项目利用先进的人工智能技术,通过分析视频内容,生成与之语义相关且时间同步的音效...最新AI资源# AI开源项目# AI音乐1年前065K
ER NeRF:构建高保真都的说话人物视频合成系统综合介绍 ER-NeRF (Efficient Region-Aware Neural Radiance Fields)是一个开源的说话人物合成系统,发表于ICCV 2023会议。该项目利用区域感知神...最新AI资源# AI开源项目# AI数字人1年前059.4K
GitHub Copilot:集成到Visual Studio Code中使用的AI编程助手综合介绍 GitHub Copilot是GitHub推出的一款AI编程助手,旨在通过自动补全代码、提供代码建议等功能,帮助开发者提升编程效率。它集成在多种IDE中,如Visual Studio Cod...最新AI资源# AI编程1年前064.5K
GPTs:流行的编程助手Grimoire来源地址:https://chat.openai.com/g/g-n7Rs0IK86-grimoire 注意:以下为老版本原文,想获取最新版提示词,需要登录ChatGPT会员账号,并使用以下提供的技巧...AI实用指令2年前052K
如何控制卡片尺寸并使用 Gamma 中的其他页面设置选项什么是“页面设置”以及如何访问它? 页面设置是指 Gamma 中的一个选项卡,允许您对 Gamma 及其配置方式进行高级更改。您可以执行各种操作,从更改伽马背景到配置其搜索引擎优化 (SEO) 元...AI实操教程2年前099K
如何将幻灯片和文档导入 Gamma如何导入 PPT、Google 幻灯片、Google 文档和 Word 文档 要开始使用 Gamma,您可以提取在其他工具中创建的文档或演示文稿。目前,我们支持从 Google Docs、Goog...AI实操教程2年前0147.7K
24小时分享AI生成视频油管地址,科学后可见... AInfinite.TV 是首个提供 24/7 人工智能生成内容的频道,呈现无尽的视听盛宴,领略 AI 创造力的前沿,探索数字娱乐革命。AI新闻2年前047.2K
DroidCam:将手机变成电脑摄像头,轻松实现视频通话综合介绍 DroidCam 是一款由 Dev47Apps 开发的应用程序,能够将您的手机或平板电脑变成电脑的网络摄像头。无论是通过 WiFi 还是 USB 连接,DroidCam 都能为您提供高质量的...AI新闻1年前077K
免费图像放大软件——Upscayl最新v2.10.0汉化版推荐一、Upscayl简介 Upscayl是一款开源的AI图像放大软件,可以免费在多种操作系统上使用。它的一个优势是支持Linux操作系统,这在大多数仅支持Windows和Mac的软件中是不常见的。U...AI新闻2年前044.4K
Inflection-2.5:认识世界上最好的个人AI 在Inflection,我们的使命是为每个人创造一种个人AI。去年5月,我们推出了[Pi]——一种富有同情心、乐于助人和安全的个人AI。11月,我们宣布推出一种新的主要基础模型[Inflectio...AI新闻2年前048.6K
Claude提示库:检测推文背后的语气和情绪Tweet tone detector 原文 System: Your task is to analyze the provided tweet and identify the primary...AI实用指令# Claude2年前050.8K
Claude提示库:生成包含各种类型数据的 CSV 电子表格Spreadsheet sorcerer 原文 System: Your task is to generate a CSV spreadsheet containing the specifie...AI实用指令# Claude2年前048.7K
Claude提示库:根据描述和关键字创建吸引人的产品名称Product naming pro 原文 System: Your task is to generate creative, memorable, and marketable product...AI实用指令# Claude2年前049.2K
Claude提示库:将文本言翻译成任何语言Polyglot superpowers 原文 System: You are a highly skilled translator with expertise in many languag...AI实用指令# Claude2年前044.3K
Claude提示库:就用户给定的话题进行苏格拉底式的对话Socratic sage 原文 System: You are an AI assistant capable of having in-depth Socratic style convers...AI实用指令# Claude2年前052.1K
Claude提示库:深入制定任何学科的教案Lesson planner 原文 System: Your task is to create a comprehensive, engaging, and well-structured le...AI实用指令# Claude2年前053.4K
Claude提示库:从文档中提取电子邮件地址到JSON格式的列表中Email extractor 原文 System: You are an AI assistant with expertise in LaTeX, a document preparation...AI实用指令# Claude2年前056.3K
Claude提示库:对用户的发言进行激励和肯定Motivational muse 原文 System: Your task is to generate a personalized motivational message or affir...AI实用指令# Claude2年前052.9K
Claude提示库:将自然语言转换为分步骤说明Direction decoder 原文 System: Your task is to take the provided natural language description of a p...AI实用指令# Claude2年前050.8K
Claude提示库:将内容归类到预先设定的标签和分类中Review classifier 原文 System: You are an AI assistant trained to categorize user feedback into pred...AI实用指令# Claude2年前049.7K
Claude提示库:评估函数算法的执行时间复杂度Efficiency estimator 原文 System: Your task is to analyze the provided function or algorithm and cal...AI实用指令# Claude2年前046.5K
Claude提示库:为品牌形象设计整体方案Brand builder 原文 System: Your task is to create a comprehensive design brief for a holistic brand ...AI实用指令# Claude2年前053.8K
Claude提示库:将非结构化文本转换为JSON格式化数据Data organizer 原文 System: Your task is to take the unstructured text provided and convert it into ...AI实用指令# Claude2年前053.2K
Claude提示库:用通俗易懂的语言简化和解释复杂的代码Code clarifier 原文 System: Your task is to take the code snippet provided and explain it in simple...AI实用指令# Claude2年前049.1K
Claude提示库:生成谜语并引导用户找到答案Riddle me this 原文 Generate a clever riddle and provide a step-by-step guide to help the user arriv...AI实用指令# Claude2年前049.6K
Claude提示库:将语法不正确的句子转换为正确的语法Grammar genie 原文 System: Your task is to take the text provided and rewrite it into a clear, gramm...AI实用指令# Claude2年前050K
Claude提示库:生成开放式面试问题Interview question crafter 原文 System: Your task is to generate a series of thoughtful, open-ended ...AI实用指令# Claude2年前051.3K
Claude提示库:根据给定标准比较和评估多段文本质量Grading guru 原文 Evaluate the following two texts based on the given criteria: Text 1: The sun was ...AI实用指令# Claude2年前048.8K
Claude提示库:职业咨询导师Career coach 原文 System: You will be acting as an AI career coach named Joe created by the company ...AI实用指令# Claude2年前049.7K
Claude提示库:根据关键信息撰写完整的文档Memo maestro 原文 System: Your task is to compose a comprehensive company memo based on the provided...AI实用指令# Claude2年前052.1K
Claude提示库:自动检测和删除文本文件中的个人身份信息PII purifier 原文 System: You are an expert redactor. The user is going to provide you with some tex...AI实用指令# Claude2年前051.1K
分析Claude 3的系统提示Claude 3系统提示原文 The assistant is Claude, created by Anthropic. The current date is March 4th, 2024...AI实用指令# Claude2年前054.2K
Claude提示库:让复杂的文本易于年轻学习者理解Second-grade simplifier 原文 System: Your task is to take the text provided and rewrite it in a way ...AI实用指令# Claude2年前051.5K
Claude提示库:指导用户进行正念训练和压力缓解技术Mindfulness mentor 原文 System: You are an AI assistant with expertise in mindfulness and stress man...AI实用指令# Claude2年前053.5K
Claude提示库:在广泛的主题上生成趣味性问题,并在需要时提供提示Trivia generator 原文 Generate trivia questions on various topics and provide hints to help users ar...AI实用指令# Claude2年前048.9K
Claude提示库:给定主题做出利弊分析Perspectives ponderer 原文 Analyze the pros and cons of implementing a four-day workweek as a standa...AI实用指令# Claude1年前049.4K
Claude提示库:帮助用户提炼和改善写作内容Prose polisher 原文 System: You are an AI copyeditor with a keen eye for detail and a deep understan...AI实用指令# Claude1年前049.8K
Claude提示库:将纯文本转换为有趣和富有表现力的表情符号消息Emoji encoder 原文 System: Your task is to take the plain text message provided and convert it into ...AI实用指令# Claude1年前052.7K
Claude提示库:将各种格式(JSON、XML等)转换为CSV文件CSV converter 原文 System: As a data conversion expert, your task is to convert data from different ...AI实用指令# Claude2年前048K
Claude提示库:用户提供概念或想法,创造新词并提供它们的定义Neologism creator 原文 Can you help me create a new word for the act of pretending to understand som...AI实用指令# Claude1年前048K
Claude提示库:根据详细的规范创建 Python 函数Function fabricator 原文 System: Your task is to create Python functions based on the provided natur...AI实用指令# Claude2年前058.5K
Claude提示库:提出改进建议以优化Python代码的运行效率Code consultant 原文 System: Your task is to analyze the provided Python code snippet and suggest im...AI实用指令# Claude2年前049.7K
Claude提示库:解释常见成语和谚语的含义和来源Idiom illuminator 原文 System: Your task is to provide a clear explanation of the meaning and origin...AI实用指令# Claude1年前049.7K
Claude提示库:将会议提炼成简明的摘要Meeting scribe 原文 System: Your task is to review the provided meeting notes and create a concise s...AI实用指令# Claude1年前060.4K
Claude提示库:帮助用户思考复杂的道德伦理问题Ethical dilemma navigator 原文 System: Help the user navigate a complex ethical dilemma by identifyi...AI实用指令# Claude2年前053.8K
Claude提示库:善于从基本描述中创作出比喻句Simile savant 原文 Help me create some similes to describe a person's laughter that is joyful and co...AI实用指令# Claude1年前046.9K
Claude提示库:根据用户描述生成适当的 Git 命令Git gud 原文 I have made some changes to my local files and I want to save them in my local Git repo...AI实用指令# Claude2年前050.3K
Claude提示库:将情绪的文本描述转换为相应的HEX代码Mood colorizer 原文 System: Your task is to take the provided text description of a mood or emotion ...AI实用指令# Claude1年前050.7K
Claude提示库:撰写LaTeX格式代码LaTeX legend 原文 System: You are an AI assistant with expertise in LaTeX, a document preparation sy...AI实用指令# Claude2年前049.8K
Cognosys:设定任务目标即可交付成果的AI助手(弃用)综合介绍 Cognosys 是一个基于人工智能的在线平台,旨在通过AI智能体帮助用户简化工作流程并提升生产效率。用户可以将繁琐的任务交给AI处理,例如整理邮件、生成市场报告或执行复杂的多步骤工作流,从...最新AI资源# 智能体应用1年前056.3K
Claude提示库:知识渊博带些讽刺玩笑的助手Hal the humorous helper 原文 System: You will play the role of Hal, a highly knowledgeable AI assist...AI实用指令# Claude1年前055.9K
Claude提示库:混合多个单词创造出有意义的组合词Portmanteau poet 原文 System: You are an AI assistant with a knack for creating innovative portmante...AI实用指令# Claude1年前054.3K
Lalals:将克隆语音用于讲解或歌曲声音风格变换综合介绍 Lalals是一个运用尖端AI技术帮助用户创作歌曲、改变声音以及制作翻唱的平台。用户可以通过该平台创作歌曲、改变声音、制作翻唱等。Lalals提供超过1000种AI声音,包括名人、歌手和原创...最新AI资源# AI音乐2年前066.5K
Claude提示库:编写创意食谱Culinary creator 原文 System: Your task is to generate personalized recipe ideas based on the user's...AI实用指令# Claude2年前050.8K
Claude提示库:双关语专家Pun-dit 原文 System: You are an AI assistant with a witty sense of humor and a knack for crafting cl...AI实用指令# Claude2年前049.3K
Claude提示库:解释梦境代表的意义Dream interpreter 原文 System: You are an AI assistant with a deep understanding of dream interpreta...AI实用指令# Claude2年前047K
Claude提示库:SQL业务维度查询SQL sorcerer 原文 System: Transform the following natural language requests into valid SQL queries. ...AI实用指令# Claude1年前056K
Claude提示库:总结文档并引用来源Cite your sources 原文 System: You are an expert research assistant. Here is a document you will ans...AI实用指令# Claude2年前062.9K
Claude提示库:故事写作者Storytelling sidekick 原文 System: You are an AI assistant with a passion for creative writing and s...AI实用指令# Claude1年前050K
Claude提示库:扮演时间旅行顾问Time travel consultant 原文 System: You are an AI assistant with expertise in physics, philosophy, a...AI实用指令# Claude1年前048.8K
Claude提示库:Python代码调试专家Python bug buster 原文 System: Your task is to analyze the provided Python code snippet, identify an...AI实用指令# Claude2年前055.2K
Claude提示库:Google 应用脚本编写器Google apps scripter 原文 Write me a Google apps script that will translate all text in a Google Sli...AI实用指令# Claude2年前046.6K
Claude提示库:Excel公式专家Excel formula expert 原文 System: As an Excel Formula Expert, your task is to provide advanced Excel...AI实用指令# Claude1年前051.8K
Claude提示库:网站单页代码生成助手Website wizard 原文 System: Your task is to create a one-page website based on the given specificati...AI实用指令# Claude# 代码1年前054K
Claude提示库:冗长的内容中提取重点信息Corporate clairvoyant 原文 Your task is to analyze the following report:[Full text of Matterport SEC...AI实用指令# Claude2年前049.2K
Claude提示库:写一个HTML键盘敲击游戏Cosmic keystrokes 原文 Write me a fully complete web app as a single HTML file. The app should conta...AI实用指令# Claude2年前042.5K
国内服务器绑定非备案域名并部署wordpress1.在cloudflare 绑定域名 2.cloudflare Tunnels 按教程在服务器部署,并给网站设置转发端口和域名 3.服务器网站目录绑定172.0.0.1:端口(nginx) ...AI实操教程2年前056.1K
Leonardo AI:提示实时生成图像使用教程 概述 实时生成是我们在Leonardo.Ai平台上实时功能系列的新增成员。它让你在输入文字的同时,即刻看到图像的生成和变化。你可以不断地重述、改写和完善你的想法。 关于实时生成 精细化...AI实操教程# Leonardo AI2年前062.2K
Leonardo AI:实时画布使用教程 概述 实时画布是我们采用的最新图像转换技术的成果。这项功能能够将你的画作迅速转化为令人惊艳的艺术作品,彻底改变了用户与AI互动生成图像的方式。它提供了一种沉浸式的、直观的创作体验,就像在数字画...AI实操教程# Leonardo AI2年前064.8K
Leonardo AI:生成一致性角色图像使用教程在多种场景中保持AI生成角色设计的一致性非常有用,无论是为书籍系列设计封面还是制作概念艺术。然而,这并非易事——尤其是采用插画风格时。 为了简化这一过程,我们精心准备了这份指南,涵盖了你创建一致角色所...AI实操教程# Leonardo AI2年前091.7K
Leonardo AI:免费训练属于你的图像生成模型引言 一旦你掌握了有效的方法,使用Leonardo.Ai来训练自己的图像生成模型将是一种极具成就感的体验。模型微调,这是它的正式名称,是一项强大的功能,它允许你根据自己的风格需求定制输出结果。在游...AI实操教程# Leonardo AI2年前067.3K