乐知付加密服务平台

如果你有资源, 平台可以帮你实现内容变现, 无需搭建知识付费服务平台。

点击访问官方网站 https://lezhifu.cc

扫码关注公众号 乐知付加密服务平台-微信公众号
试了试autogpt构建网站-出乎我的意料 | chenzuoli's blog

试了试autogpt构建网站-出乎我的意料

它好像做了太多的事情,超出了我的预期。

这是我给它的任务列表:

1
2
3
4
5
6
7
8
9
autogpt
name: website build ai tools
description: an AI tools for building website
goal 1: 构建一个官网模版程序,所有项目源码保存到website文件夹中
goal 2: 生成包含首页、产品介绍、关于等页面
goal 3: 使用bootstrap编写前端html页面
goal 4: 使用任意python框架作为后端框架,sqlite作为存储数据库
goal 5: 写一个readme.md,介绍下这个项目,并包含启动运行方法

看看autogpt能不能给我们制作一个官网

构建失败了

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  File "/Users/zuolichen/opt/chatgpt/projects/Auto-GPT/env/lib/python3.9/site-packages/openai/api_requestor.py", line 226, in request
resp, got_stream = self._interpret_response(result, stream)
File "/Users/zuolichen/opt/chatgpt/projects/Auto-GPT/env/lib/python3.9/site-packages/openai/api_requestor.py", line 619, in _interpret_response
self._interpret_response_line(
File "/Users/zuolichen/opt/chatgpt/projects/Auto-GPT/env/lib/python3.9/site-packages/openai/api_requestor.py", line 674, in _interpret_response_line
raise error.APIError(
openai.error.APIError: HTTP code 502 from API (<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>cloudflare</center>
</body>
</html>
)

这个错误看是请求openai报502了呀,可能是国内网就算翻墙也还是有些限制吧,去国外的服务器上运行试试

构建出了许多问题,出了问题他会重新开始从头构建,这个过程很慢,我等了很久,最后还是我手动终止了。不然会消耗掉我api key的所有token。

它多做了额外的很多事:

  1. WEBSITE BUILD AI TOOLS THOUGHTS: We need to create a sign-in and sign-up page for our website.
  2. We should create an authentication system for our website.
  3. Choose a third-party email service provider (ESP) or set up an email server
  4. Add a search bar to the navigation bar of our website using Bootstrap
  5. Create a search results page that displays the products matching the user’s search terms
  6. Choose a search engine such as ElasticSearch or Whoosh.
  7. Choose a payment gateway provider such as Stripe or PayPal, and create an account.
  8. We should add a subscription feature to our website.
  9. Create a view for users to enter their email address to request a password reset link.
  10. We need to add a contact us page to our website
  11. Create a new web page to host the contact form

导致构建网站时间很长,而且出现了许多错误。

我觉得这个autogpt还是有点问题的,我觉得它应该只做一件事,就是根据任务列表生成一个网站,而不是做太多的事情,这样会导致构建时间很长,而且出现了许多错误。

最后还是放弃了。

大家有通过autogpt构建网站的经验吗?

欢迎大家留言交流。


我是zuoli,爱折腾的程序员。

-------------本文结束感谢您的阅读-------------