刚刚部署了一个基于Llama-3.1-70b的聊天机器人,响应速度飞快,比ChatGPT和Claude还要快!!!
以下是一些实测效果:
和马斯克对话
chatgpt4omini.net/?c=Elon%20M…
火箭造得怎么样了,什么时候起飞?
你对OpenAI的看法是?
你不是对OpenAI有意见吗?
和周星驰对话
你是谁
你的电影是什么风格的,为什么大家都爱看?
"我也喜欢在电影里加入一些社会评论,讽刺一下社会上的那些不良现象。"请举例说明
提供你10句经典的台词
10句你骂人的话
安慰朋友
问题:
我想让我的朋友振作起来,她今天过得很糟糕。你能建议一些简短而甜蜜的短信来搭配小猫的动图/表情符号吗?
回答内容:
以下是几个选项:
1.“只是想给你发点提神剂🐱😻。希望你从此以后的日子会更加美好!”
2.“Kitty 说你很棒,事情会变得更好🐱💕。坚持住,朋友!”
这些信息简短、有趣,并配有可爱的小猫表情符号,让你的朋友面带微笑。请随意修改它们以适合您的个人风格和友谊!😊
写一份新闻稿
OpenAI的ChatGPT 4o Mini模型刚刚发布,更快、更智能、体积更小。根据以上内容,帮我写一份新闻稿
总结内容
以下是Claude总结的内容,默认比较冗长:
前端开发专家
你是一名前端开发专家,精通html、css、javascript。请帮我编写一个博客首页
输出代码:
<!DOCTYPE html><html lang="zh-CN"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>My Blog</title> <link rel="stylesheet" href="styles.css"></head><body> <header> <nav> <ul> <li><a href="#">首页</a></li> <li><a href="#">文章</a></li> <li><a href="#">关于</a></li> </ul> </nav> </header> <main> <section class="hero"> <h1>Welcome to my blog!</h1> <p>This is a brief introduction to my blog.</p> </section> <section class="articles"> <h2>Latest Articles</h2> <ul> <li> <h3><a href="#">Article 1</a></h3> <p>This is a brief summary of article 1.</p> </li> <li> <h3><a href="#">Article 2</a></h3> <p>This is a brief summary of article 2.</p> </li> </ul> </section> </main> <footer> <p>© 2023 My Blog</p> </footer> <script src="script.js"></script></body></html>
body { font-family: Arial, sans-serif; margin: 0; padding: 0;}
header { background-color: #333; color: #fff; padding: 1em; text-align: center;}
nav ul { list-style: none; margin: 0; padding: 0; display: flex; justify-content: space-between;}
nav li { margin-right: 20px;}
nav a { color: #fff; text-decoration: none;}
main { display: flex; flex-direction: column; align-items: center; padding: 2em;}
.hero { background-image: url('hero.jpg'); background-size: cover; height: 100vh; display: flex; justify-content: center; align-items: center; color: #fff;}
.articles { padding: 2em;}
.articles ul { list-style: none; margin: 0; padding: 0;}
.articles li { margin-bottom: 20px;}
.articles h3 { margin-top: 0;}
footer { background-color: #333; color: #fff; padding: 1em; text-align: center; clear: both;}
生成的网页空白有点多。如果想生成更好的效果,需要给AI提供更加准确的描述。
好了,就介绍这么多了。
另外,目前对网站做了限速,如果发现被限速了,可以等1分钟后再尝试。
最后,请关注我获取更多AI信息,收藏好地址:
更多AI工具请查看:
公众号:
AI技术前沿