<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>AI创想 - 导读 - 抢沙发</title>
    <link>https://m.llms-ai.com/forum.php?mod=guide&amp;view=sofa</link>
    <description>抢沙发</description>
    <copyright>Copyright(C) AI创想</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 04 Jul 2026 15:19:43 +0000</lastBuildDate>
    <ttl>30</ttl>
    <image>
      <url>https://m.llms-ai.com/static/image/common/logo_88_31.gif</url>
      <title>AI创想</title>
      <link>https://m.llms-ai.com/</link>
    </image>
    <item>
      <title>本地ragflow知识库搭建</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=675</link>
      <description><![CDATA[1、下载包 https://github.com/infiniflow/ragflow/tree/v0.20.5  选择ragragflow-0.20.5


以ragflow-0.20.5为例

mkdir /usr/local/ragflwo
cd  /usr/local/ragflwo
unzip ragflow-0.20.5.zip]]></description>
      <category>Coze&amp;Dify智能体</category>
      <author>admin</author>
      <pubDate>Sat, 27 Sep 2025 15:26:26 +0000</pubDate>
    </item>
    <item>
      <title>linux docker安装</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=674</link>
      <description><![CDATA[linux docker安装

yum install -y yum-utils

yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo

yum makecache fast


yum install -y docker-cedocker-ce-cli containerd.io

sudo systemctl start docker
sud]]></description>
      <category>大模型AI</category>
      <author>admin</author>
      <pubDate>Sat, 20 Sep 2025 16:58:50 +0000</pubDate>
    </item>
    <item>
      <title>从“榴莲和燕窝”到“AI机器人”，外媒热议东博会</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=673</link>
      <description><![CDATA[http://www.llms-ai.com]]></description>
      <category>LangChain</category>
      <author>亦落的客</author>
      <pubDate>Thu, 18 Sep 2025 14:37:26 +0000</pubDate>
    </item>
    <item>
      <title>Dify获取热榜文章</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=533</link>
      <description><![CDATA[首台鸿蒙电脑评测首发：满眼都是鸿蒙，300款应用够了吗？============================2025-05-13T23:15:30+08:00终于来了。5 月 8 日上午，华为举办了鸿蒙电脑技术与生态沟通会，雷科技也受邀参加了本次沟通会。会上，华为不仅详细介绍了他们开发了五年的鸿蒙电脑，还 ...]]></description>
      <category>Coze&amp;Dify智能体</category>
      <author>admin</author>
      <pubDate>Tue, 13 May 2025 15:58:03 +0000</pubDate>
    </item>
    <item>
      <title>Dify零基础大模型开发实战</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=532</link>
      <description><![CDATA[以下由Dify智能体生成


http://47.92.195.191/v1 可以进行调用

{
  \&quot;course_name\&quot;: \&quot;Dify零基础大模型开发实战\&quot;,
  \&quot;course\&quot;: [
    {
      \&quot;info\&quot;: {
        \&quot;chapter\&quot;: \&quot;第1章\&quot;,
        \&quot;title\&quot;: \&quot;Dify入门与环境搭建\&quot;,
        \&quot;subtitle\&quot;: \&quot;1.1 Dify项目简介\&quot;
 ...]]></description>
      <category>Coze&amp;Dify智能体</category>
      <author>admin</author>
      <pubDate>Tue, 13 May 2025 15:05:04 +0000</pubDate>
    </item>
    <item>
      <title>Dify零基础大模型开发实战</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=528</link>
      <description><![CDATA[Dify零基础大模型开发实战]]></description>
      <category>课程库</category>
      <author>admin</author>
<enclosure url="https://m.llms-ai.com/data/attachment/forum/202505/12/012756thtszn141hdhnjou.jpg" length="73528" type="image/jpeg" />      <pubDate>Sun, 11 May 2025 16:57:34 +0000</pubDate>
    </item>
    <item>
      <title>Dify本地安装基于Docker容器</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=511</link>
      <description><![CDATA[1、下载Dify安装包

      GitHub地址：https://github.com/langgenius/dify
       
2、解压安装包
     
unzip dify-main.zip

    
3、进入dify/docker  目录，启动
cd difycd dockercp .env.example .envdocker compo ...]]></description>
      <category>Coze&amp;Dify智能体</category>
      <author>admin</author>
<enclosure url="https://m.llms-ai.com/data/attachment/forum/202504/28/233338z73fddj99hooszz3.jpg" length="72426" type="image/jpeg" />      <pubDate>Mon, 28 Apr 2025 15:34:13 +0000</pubDate>
    </item>
    <item>
      <title>Dify怎么添加新的用户</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=510</link>
      <description><![CDATA[1、docker ps 查询  postgres启动的容器id

     


2、docker exec -it c9ef66a3f65f /bin/bash   通过容器id,进入postgres数据库的docker容器系统中，查询容器文件信息



3、执行psql , \\c dify   切到dify数据库
    ...]]></description>
      <category>Coze&amp;Dify智能体</category>
      <author>admin</author>
<enclosure url="https://m.llms-ai.com/data/attachment/forum/202504/28/231625owzwhdw9d5fpdn9e.jpg" length="153449" type="image/jpeg" />      <pubDate>Mon, 28 Apr 2025 14:55:32 +0000</pubDate>
    </item>
    <item>
      <title>安装部署milvus单机版</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=509</link>
      <description><![CDATA[wget https://github.com/milvus-io/milvus/releases/download/v2.5.9/milvus-standalone-docker-compose.yml -O docker-compose.yml

sudo docker compose up -d

Creating milvus-etcd  ... done
Creating milvus-minio ... done
Creating milvus-standalone ... don]]></description>
      <category>向量数据库</category>
      <author>admin</author>
      <pubDate>Thu, 17 Apr 2025 14:26:48 +0000</pubDate>
    </item>
    <item>
      <title>Docker安装MySQL详解</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=508</link>
      <description><![CDATA[一、docker下载MySQL镜像
docker pull mysql  默认下载最新版本
docker pull mysql:{版本号}
例：docker pull mysql:5.7
查看MySQL镜像是否下载成功
docker images


1、创建mysql目录
创建mysql配置文件目录，使用 -p 创建多级目录
mkdir -p /docker/mysql/conf
编写配 ...]]></description>
      <category>LangChain</category>
      <author>admin</author>
      <pubDate>Thu, 17 Apr 2025 14:10:35 +0000</pubDate>
    </item>
    <item>
      <title>LangChain新手入门指南</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=507</link>
      <description><![CDATA[1、LangChain 为开发由语言模型驱动的应用程序提供了一个强大而灵活的平台、相当于脚手架

2、安装Python,然后pip install langchain

3、LLMChain 是 LangChain 的基本组件之一，它允许您与语言模型进行交互

4、RetrievalChain 用于从外部数据源检索信息，并与 LLM 集 ...]]></description>
      <category>LangChain</category>
      <author>admin</author>
      <pubDate>Tue, 11 Mar 2025 17:18:54 +0000</pubDate>
    </item>
    <item>
      <title>大模型增强RAG向量数据库分类应用</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=506</link>
      <description><![CDATA[‌Milvus‌：
    一款开源的向量数据库，专为大规模相似性搜索和向量索引设计。它支持多种索引类型，具有高效的搜索功能，适用于图像和视频识别、自然语言处理和推荐系统等场景


OpenSearch:
     向量检索是一个端到端的向量检索

Chroma:
   本地向量数据库

Qdrant ...]]></description>
      <category>向量数据库</category>
      <author>admin</author>
      <pubDate>Tue, 11 Mar 2025 17:13:09 +0000</pubDate>
    </item>
    <item>
      <title>AI点外卖还知道怎样省钱！智谱公布Agent三端升级，手机电...</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=503</link>
      <description><![CDATA[智东西
作者｜依婷
编辑｜心缘当一个人在指定的微信群聊中发100个、总金额为2万元的红包，他至少需要完成包括点开微信、找到指定的微信群聊、找到底部菜单中的红包并点击、输入红包数量和总金额在内的一系列操作，但如果有了Agent，这只是一句话的事，除输入密码外的其 ...]]></description>
      <category>大模型AI</category>
      <author>就是侑范儿</author>
      <pubDate>Fri, 29 Nov 2024 13:23:44 +0000</pubDate>
    </item>
    <item>
      <title>AI颠覆人机交互 大厂押宝Agent</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=504</link>
      <description><![CDATA[21世纪经济报道记者孔海丽 北京报道AI Agent成了大厂必争之地。近期，苹果、谷歌、Antropic、OpenAI纷纷发布AI Agent进展 ，希望用大模型技术改变人机交互方式，找到AI最恰当的落地方式。这其中，国内AI企业智谱快速布局，领先海外巨头一个身位。继10月25日首次上线可以 ...]]></description>
      <category>大模型AI</category>
      <author>欲望_s</author>
      <pubDate>Fri, 29 Nov 2024 06:13:00 +0000</pubDate>
    </item>
    <item>
      <title>25位大厂高管转战生成式AI创业！吸金猛，不差钱，覆盖全产业链 ...</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=30</link>
      <description><![CDATA[[hr]


智东西
作者 李水青
编辑 心缘

智东西7月2日报道，今年3月智东西曾报道，超14位互联网大厂离职高管加入生成式AI创业大潮。现在，这支队伍正在不断壮大。（14位大厂高管出走，涌入AIGC淘金）
据智东西最新统计， ...]]></description>
      <category>大模型AI</category>
      <author>潘帕斯雄鹰1011</author>
<enclosure url="https://m.llms-ai.com/data/attachment/forum/202407/03/001135yu2bsxil2quykwuw.jpg" length="885247" type="image/jpeg" />      <pubDate>Tue, 02 Jul 2024 16:02:31 +0000</pubDate>
    </item>
    <item>
      <title>让企业为大模型买单，目前有四大难</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=28</link>
      <description><![CDATA[[hr]

]]></description>
      <category>大模型AI</category>
      <author>此鸟有主boy</author>
      <pubDate>Tue, 02 Jul 2024 16:02:31 +0000</pubDate>
    </item>
    <item>
      <title>百度王海峰谈通用人工智能：技术通用、能力全面</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=27</link>
      <description><![CDATA[[hr]

]]></description>
      <category>大模型AI</category>
      <author>我是奥利奥丶</author>
      <pubDate>Tue, 02 Jul 2024 16:02:31 +0000</pubDate>
    </item>
    <item>
      <title>豆包文科成绩超了一本线，为什么理科不行？</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=26</link>
      <description><![CDATA[[hr]


金磊 发自 凹非寺
量子位 | 公众号 QbitAI

什么？好多大模型的文科成绩超一本线，还是最卷的河南省？？？

△图源：极客公园

没错，最近就有这么一项大模型“高考大摸底”评测走红了。
河南高考文科今年的一本线 ...]]></description>
      <category>大模型AI</category>
      <author>茉雨雾</author>
<enclosure url="https://m.llms-ai.com/data/attachment/forum/202407/03/000519yb3byt2n9iy9dp1b.jpg" length="30507" type="image/jpeg" />      <pubDate>Tue, 02 Jul 2024 16:02:31 +0000</pubDate>
    </item>
    <item>
      <title>讯飞星火V4.0 “个人空间”到底有多强？星火APP惊喜试用 ...</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=25</link>
      <description><![CDATA[[hr]




6月27日，科大讯飞在北京发布讯飞星火大模型V4.0及相关落地应用。讯飞星火V4.0七大核心能力全面提升，整体超越GPT-4?Turbo，在8个国际主流测试集中排名第一，国内大模型全面领先。
 



一、从讯飞星火V4.0发布会了解“个人空间”
 
科大讯飞董事长刘庆峰在现 ...]]></description>
      <category>大模型AI</category>
      <author>渊影若凡虹</author>
      <pubDate>Tue, 02 Jul 2024 16:02:31 +0000</pubDate>
    </item>
    <item>
      <title>“企业AI大脑”来了！有道自研RAG引擎QAnything全新升级 ...</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=29</link>
      <description><![CDATA[[hr]




5月29日，网易有道“子曰”教育大模型媒体交流会在北京举行，有道推出其自研的新一代知识库问答引擎——QAnything全新版本，从单纯的文档问答进化成更强大的智能引擎——“企业AI大脑”，并新增了Agent和AI写手等全新功能。交流会上，有道还展示了子曰教育大模 ...]]></description>
      <category>大模型AI</category>
      <author>茉雨雾</author>
      <pubDate>Mon, 03 Jun 2024 07:53:49 +0000</pubDate>
    </item>
    <item>
      <title>大模型本地知识库</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=23</link>
      <description><![CDATA[1、访问查看知识库详情https://llms-ai.com/portal.php?mod=list&amp;catid=2
       

2、https://ai.rztx.cn/

      

创建自已的知识库可以关注微信公众号]]></description>
      <category>大模型AI</category>
      <author>admin</author>
<enclosure url="https://m.llms-ai.com/data/attachment/forum/202404/13/015441itb1jjm20z93dj2d.jpg" length="59258" type="image/jpeg" />      <pubDate>Fri, 12 Apr 2024 17:47:11 +0000</pubDate>
    </item>
    <item>
      <title>大语言模型本地部署(一)</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=22</link>
      <description><![CDATA[安装 Ollama
https://ollama.com/download
目前ollama只支持macOS和Linux, Windows平台。ollama。




要运行Llama2，只需在终端中执行命令 ollama run llama2 。执行此命令后，Llama2模型将被自动下载:

除了Llama2模型 ...]]></description>
      <category>大模型AI</category>
      <author>admin</author>
<enclosure url="https://m.llms-ai.com/data/attachment/forum/202404/03/005944d3giegztep9fnys3.jpg" length="217132" type="image/jpeg" />      <pubDate>Sun, 17 Mar 2024 14:56:21 +0000</pubDate>
    </item>
    <item>
      <title>RAG本地知识库实践</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=21</link>
      <description><![CDATA[一、大模型本地部署
二、智能体Dify本地搭建
三、智能体Dify本地安装
四、Dify本地知识库构建
五、MCP服务发布
六、Dify接入MCP服务]]></description>
      <category>课程库</category>
      <author>admin</author>
<enclosure url="https://m.llms-ai.com/data/attachment/forum/202404/03/010449dss0j2q8s8lss2jx.jpg" length="2025283" type="image/jpeg" />      <pubDate>Wed, 13 Mar 2024 18:21:37 +0000</pubDate>
    </item>
    <item>
      <title>紧跟 Sora，谷歌推出 Genie，AI 战火烧到了“世界模拟器” ...</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=13</link>
      <description><![CDATA[[hr]




图片来源：视觉中国
2 月 26 日，谷歌 Deep Mind 团队发布基础世界模型 Genie，一个虚拟生成的可交互环境，110 亿参数，通过给模型投喂视频数据进行训练，生成照片、草图甚至可以操控的虚拟世界。
Genie 是在没 ...]]></description>
      <category>大模型AI</category>
      <author>花心幸福时光</author>
<enclosure url="https://m.llms-ai.com/data/attachment/forum/202403/14/013328cgfpgfpi1zoop3ig.jpg" length="23422" type="image/jpeg" />      <pubDate>Wed, 13 Mar 2024 15:32:00 +0000</pubDate>
    </item>
    <item>
      <title>稳定性极强 AI生成图片终于迎来大升级：细节优秀 模块化...</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=10</link>
      <description><![CDATA[2月15日，Stability AI公司推出了其新一代文生图模型“Stable Cascade”，该模型在性能和内容质量上较之业界熟悉的SDXL有明显提升。据悉，Stable Cascade模型可在消费级硬件上进行简单的训练和微调，并且采用了“模块化”设计，有效降低了推理所需的显存需求。
与Playgr ...]]></description>
      <category>大模型AI</category>
      <author>AA小狮仔</author>
      <pubDate>Wed, 13 Mar 2024 15:32:00 +0000</pubDate>
    </item>
    <item>
      <title>AIGC 与 AI 技术谱系：从生成内容到大语言模型的全面解读 ...</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=9</link>
      <description><![CDATA[人工智能技术的飞跃发展，尤其是大语言模型的应用，正深刻改变信息生产和交流的方式。通过深度学习与自然语言处理的创新融合，诸如 ChatGPT、通义千问等智能系统能够理解并生成高质量文本内容。本篇将聚焦 AIGC 的核心— ...]]></description>
      <category>大模型AI</category>
      <author>o0比昂0o</author>
<enclosure url="https://m.llms-ai.com/data/attachment/forum/202403/13/233601x7uuaxz4g2xap6tn.jpg" length="31672" type="image/jpeg" />      <pubDate>Wed, 13 Mar 2024 15:32:00 +0000</pubDate>
    </item>
    <item>
      <title>成都人形机器人项目 5年实现量产上市</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=17</link>
      <description><![CDATA[原标题：以人工智能技术催生新质生产力 让科幻走进现实 成都人形机器人项目 5年实现量产上市

成都大运会上的“蓉宝”机器人
　　“走进家门，一个灵活的人形机器人便立刻启动，开始自动探索家中的每一个角落。当你口渴 ...]]></description>
      <category>大模型AI</category>
      <author>占士邦丶杜蕾斯</author>
<enclosure url="https://m.llms-ai.com/data/attachment/forum/202403/14/015615ml6mjbalzl76x57l.jpg" length="240124" type="image/jpeg" />      <pubDate>Wed, 13 Mar 2024 15:27:11 +0000</pubDate>
    </item>
    <item>
      <title>内涵OpenAI？马斯克宣称xAI Grok本周将开源</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=15</link>
      <description><![CDATA[【TechWeb】3月12日消息，据外媒报道，马斯克与他曾经参与创立、提供了超过4000万美元资金的人工智能公司OpenAI之间的诉讼正愈演愈烈，在高管在给员工的内部备忘录中否认马斯克的主要诉讼主张后，OpenAI也已在官网发文，表示打算采取行动，驳 ...]]></description>
      <category>大模型AI</category>
      <author>霸占尼爸做尼妈</author>
      <pubDate>Wed, 13 Mar 2024 15:27:11 +0000</pubDate>
    </item>
    <item>
      <title>李强：人工智能是发展新质生产力的重要引擎，要加强前...</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=14</link>
      <description><![CDATA[①李强强调，要发挥我国应用场景丰富的优势，开放更多应用场景，加大制度供给，为人工智能产业发展营造更加宽松的环境。 ②李强指出，人工智能是发展新质生产力的重要引擎。



中共中央政治局常委、国务院总理李强 3 月 13 日在北京调研。他强调，要深入学习贯彻习近平 ...]]></description>
      <category>大模型AI</category>
      <author>瓶盖yo汽水盖</author>
      <pubDate>Wed, 13 Mar 2024 15:27:11 +0000</pubDate>
    </item>
    <item>
      <title>人工智能助力美好生活</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=11</link>
      <description><![CDATA[　　【一线讲述】
人工智能助力美好生活
讲述人：厦门瑞为信息技术有限公司创始人、董事长 詹东晖
　　2012年，察觉到人工智能“春天”的到来，厦门瑞为信息技术有限公司孕育而生。从一开始，我们就坚定认为，在未来AI的大规模应用中，端侧智能是大势所趋，80%的AI计算 ...]]></description>
      <category>大模型AI</category>
      <author>zoopk0079</author>
      <pubDate>Wed, 13 Mar 2024 15:27:11 +0000</pubDate>
    </item>
    <item>
      <title>测试活动</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=2</link>
      <description><![CDATA[活动内容]]></description>
      <category>大模型AI</category>
      <author>admin</author>
<enclosure url="https://m.llms-ai.com/data/attachment/forum/202403/12/211523y18bb5585febbfjb.jpg" length="163451" type="image/jpeg" />      <pubDate>Tue, 12 Mar 2024 13:15:42 +0000</pubDate>
    </item>
    <item>
      <title>AI大语言模型建立向量数据库知识库</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1</link>
      <description><![CDATA[]]></description>
      <category>大模型AI</category>
      <author>admin</author>
<enclosure url="https://m.llms-ai.com/data/attachment/forum/202403/12/203030is1ou3buvvto73bj.jpg" length="29741" type="image/jpeg" />      <pubDate>Tue, 12 Mar 2024 12:31:58 +0000</pubDate>
    </item>
    <item>
      <title>Sora问世，一石激起千层浪</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=7</link>
      <description><![CDATA[原标题：Sora问世，一石激起千层浪
                  
Sora模型文本到视频正在智能手机上展示。 （视觉中国供图）
□ 本报记者 杨易臻 张宣 蔡姝雯
“穿着时尚的女性漫步在霓虹灯闪烁的东京街头”“两艘海盗船在一杯咖啡 ...]]></description>
      <category>大模型AI</category>
      <author>admin</author>
<enclosure url="https://m.llms-ai.com/data/attachment/forum/202403/13/015608ocg3pl89bcswa739.jpg" length="47084" type="image/jpeg" />      <pubDate>Mon, 11 Mar 2024 23:17:00 +0000</pubDate>
    </item>
    <item>
      <title>开展“人工智能+”行动 这些领域有望率先“动起来” ...</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=3</link>
      <description><![CDATA[　　本报两会报道组 郭冀川 张 敏 周尚伃
　　从去年全国两会开始，“人工智能(AI)”就成为一个备受关注的热议话题，今年全国两会延续了这一热度。国务院总理李强日前在政府工作报告中多次提到人工智能，并提出开展“人工智能+”行动。
　　对于“人工智能+”行动，接受 ...]]></description>
      <category>大模型AI</category>
      <author>admin</author>
      <pubDate>Mon, 11 Mar 2024 02:13:00 +0000</pubDate>
    </item>
    <item>
      <title>用好“人工智能+” 赋能产业升级</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=4</link>
      <description><![CDATA[　　文生视频、智能家居、智慧工厂……近年来，人工智能发展速度之快、应用范围之广备受瞩目。
　　政府工作报告提出，深化大数据、人工智能等研发应用，开展“人工智能+”行动，打造具有国际竞争力的数字产业集群。
　　如何加快推动人工智能技术发展？怎样应用人工智 ...]]></description>
      <category>大模型AI</category>
      <author>admin</author>
      <pubDate>Thu, 07 Mar 2024 02:27:00 +0000</pubDate>
    </item>
    <item>
      <title>英伟达市值全球第三；碾压 GPT-4？OpenAI 最强对手推新大模型 ...</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=6</link>
      <description><![CDATA[【隔夜重磅】
英伟达市值超越沙特阿美
美东时间周一 ( 4 日 ) ，美股持续上涨的势头暂歇，三大股指集体下跌。截至收盘，道指跌 0.25%，纳指跌 0.41%，标普 500 指数跌 0.12%。
亚特兰大联储行长博斯蒂克预计，美联储将在第三季度首次降息，然后会按兵不动一次，以评估政 ...]]></description>
      <category>大模型AI</category>
      <author>admin</author>
      <pubDate>Tue, 05 Mar 2024 00:41:17 +0000</pubDate>
    </item>
    <item>
      <title>AI赋能新型工业化创新奇智工业大模型在实践中奔跑</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=5</link>
      <description><![CDATA[当前，新一轮科技革命和产业变革深刻改变着工业生产范式，尤其以大模型为代表的新一代人工智能技术正加速推进新型工业化的变革进程。1月22日国务院常务会议研究部署推动人工智能赋能新型工业化有关工作，强调以人工智能和制造业深度融合为主线，以智能制造为主攻方向， ...]]></description>
      <category>大模型AI</category>
      <author>admin</author>
      <pubDate>Mon, 04 Mar 2024 09:13:07 +0000</pubDate>
    </item>
  </channel>
</rss>