2024 年都快过去一半了,还是有一些铁子,因为付费的问题,没能用到最新的 GPT - 4 模型,所以分享几个免费使用 Chat GPT4.0 大模型的 AI 机器人,以下都是没有次数限制的,想用多久就用多久,从此告别 Chat GPT Plus 每月 20 美金的费用!
COZE
俗称扣子,据介绍,Coze 扣子支持 30 秒无代码生成 AI Bot,集成了超过 60 种不同的插件,覆盖新闻阅读、旅行规划、生产力工具等多个领域,用户可以根据需求快速为机器人添加功能。同时,扣子还支持一键分享至微信、飞书等社交平台,让更多人使用到自己创建的 Chatbot,更重要的是,它是字节跳动推出的 AI 聊天机器人开发平台,有些人可能还不清楚,抖音、TikTok,今日头条等,都是字节跳动的。
首先,打开官网:Coze ,右上角 Get started 注册,有两种注册方式,可以选择手机号注册,有谷歌账号的建议谷歌一键注册的,比较方便,然后鼠标右击按 T 即可翻译中文
点击左上角创建机器人
- 工作空间选择个人
- 机器人名称
- 描述,随意填写
- 机器人头像,自定义上传头像或者默认即可
最后点击确认!
创建好之后,更改 GPT 模型,默认是 8 k,我们将其改成 GPT - 4 Turbo(128k)性能会更强!
然后我们选择 Plugins 里的 + 号,即 Add plugin
添加一些插件
以下列举几个我用的插件,其它的插件,大家可根据情况去选择
- GPT4V:通过自动分析图像内容并将其转换为描述性文本来进行高级图像识别。也就是图像转文本
- DALLE 3:也就是通过文字描述来创建图片
- Data Analysis:数据分析
- CapCut:文生视频,通过文字描述来创建视频
- Code Interpreter:代码解释器
- Doc Maker:文档生成器
- bilibili:哔哔哩哩插件,可以获取热门视频
- Generate MindMap:根据文字内容制作思维导图图片
装好之后,建议打开长期记忆功能,就是上下文的记忆
最后我们可以测试一下
扣子的功能远不于此,还可以分析文件,TikTok 广告脚本,营销文案等,更多进阶功能可以 Google 查看教程
Claude 3
就像是 AI 界的黑马,打的其它对手措不及防,通过最新的模型性能基准测试,我们可以发现,Claude 3
的最强版本,已经可以完全碾压 GPT - 4,Google Gemini Ultra 等主流大模型,Claude 是一家新兴的 AI 创业公司,谷歌也在上面进行了巨额投资,目前性能跟 ChatGPT - 4 不相上下,它在上下文对话能力,写作、写文案、写代码、解释概念、翻译等方面都表现的相当出色!
官网:Claude
注册需要 Claude 支持国家,详情见【我在哪里可以访问Claude.ai?】并切换到对应的Note
有谷歌账号的建议使用谷歌一键注册,比较方便
接下来到了手机号验证
验证完之后,就会让你输入一个昵称,最后点击确认并继续
使用:
通过一张截图,就可以帮我们实现代码
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
| import React from 'react';
const GitHubSignIn = () => { return ( <div className="flex flex-col items-center justify-center min-h-screen bg-gray-100"> <div className="w-full max-w-md px-6 py-8 bg-white rounded-lg shadow-md"> <div className="flex justify-center mb-6"> <img src="/github-logo.png" alt="GitHub Logo" className="h-12" /> </div> <h1 className="text-3xl font-bold text-center mb-8">Sign in to GitHub</h1> <div className="mb-4"> <input type="text" placeholder="Username or email address" className="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500" /> </div> <div className="mb-6"> <input type="password" placeholder="Password" className="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500" /> <a href="#" className="text-sm text-blue-500 hover:text-blue-700 mt-2 block"> Forgot password? </a> </div> <button className="w-full py-2 px-4 bg-green-500 text-white font-semibold rounded-md hover:bg-green-600 mb-4"> Sign in </button> <div className="flex justify-center mb-4"> <span className="text-gray-500">or</span> </div> <button className="w-full py-2 px-4 border border-gray-300 rounded-md hover:bg-gray-100"> Sign in with a passkey </button> <div className="text-center mt-6"> <a href="#" className="text-sm text-blue-500 hover:text-blue-700"> New to GitHub? Create an account </a> </div> </div> <div className="text-sm text-gray-500 mt-4"> <a href="#" className="mr-2 hover:text-gray-700"> Terms </a> <a href="#" className="mr-2 hover:text-gray-700"> Privacy </a> <a href="#" className="mr-2 hover:text-gray-700"> Docs </a> <a href="#" className="mr-2 hover:text-gray-700"> Contact GitHub Support </a> <a href="#" className="mr-2 hover:text-gray-700"> Manage cookies </a> <a href="#" className="hover:text-gray-700"> Do not share my personal information </a> </div> </div> ); }; export default GitHubSignIn;
|
也可以发送 PDF、World 等文档让 Claude 分析
具体功能大家可以自己去尝试
Kimi
官网:Kimi
独立的 AI 助手,国产大语言模型,在上下文记忆能力很有特色,不限次数,完全免费
一般写代码,SQL 语句我会找他,太方便了,具体功能大家可以自己去尝试,或者可以参考少数派专门为 Kimi 写了篇文章传送门
Copilot
Windows 11 自带,手机端可以去 Play 商店下载,安装完后打开 GPT4
其它