当前位置: 首页 > news >正文

平面设计资源网站中文域名查询官网

平面设计资源网站,中文域名查询官网,山东省住建厅官网二建查询,erp软件多少钱部署本项目需要具备一定的基础:Linux基础、需要安装好Anaconda/Miniforge(Python可以不装好,直接新建虚拟环境的时候装好即可),如果不装Anaconda或者Miniforge,只装过Python,需要确保Python是3.…

部署本项目需要具备一定的基础:Linux基础、需要安装好Anaconda/Miniforge(Python可以不装好,直接新建虚拟环境的时候装好即可),如果不装Anaconda或者Miniforge,只装过Python,需要确保Python是3.12(目前官网是这么推荐的),如果你没玩过Ollama,建议玩玩,参考链接:使用ollama本地跑大模型

其实步骤非常简单,只需要按照官网一步一步来即可!

我的电脑遇到了个小问题,可以参考如下链接的方式一解决:
git报错:error: RPC failed; curl 16 Error in the HTTP2 framing layer

如果想要使用本地的Ollama,可以使用以下配置:

# Global LLM configuration
[llm]
model = "qwq:32b"
base_url = "http://localhost:11434/v1"
api_key = "ollama"
max_tokens = 4096
temperature = 0.7# Optional configuration for specific LLM models
[llm.vision]
model = "qwq:32b"
base_url = "http://localhost:11434/v1"
api_key = "ollama"

说明:
1、本地 Ollama 不需要 API Key,但是api_key参数需要填写“ollama”;
2、model名直接使用ollama list可以查看到,比如我拥有的模型是:

(base) ☁  ~  ollama list
NAME                  ID              SIZE      MODIFIED
qwq:32b               cc1091b0e276    19 GB     25 hours ago
deepseek-r1:32b       38056bbcbb2d    19 GB     3 weeks ago
deepseek-r1:14b       ea35dfe18182    9.0 GB    3 weeks ago
llama3:70b            be39eb53a197    39 GB     10 months ago
llama2-chinese:13b    990f930d55c5    7.4 GB    14 months ago 

需要改成自己对应的模型(PS:上面的qwq不行…继续往下看先…)

运行关键步骤:

(open_manus) ☁  OpenManus [main] ⚡  python main.py
INFO     [browser_use] BrowserUse logging setup complete with level info
INFO     [root] Anonymized telemetry enabled. See https://docs.browser-use.com/development/telemetry for more information.
Enter your prompt (or 'exit' to quit): 

输入你的prompt:分析最近3个月AI相关的重要开源项目,并提供star排名

在这里插入图片描述
可以发现,3分钟后报了超时!但是程序程序依然在跑…

官网说需要使用千问的模型:
https://github.com/mannaandpoem/OpenManus/issues/85

难道我这新出的不算?!

我把模型改成了deepseek-r1:14b,报错了:

Enter your prompt (or 'exit' to quit): 分析最近3个月AI相关的重要开源项目,并提供star排名
2025-03-08 10:43:17.290 | WARNING  | __main__:main:15 - Processing your request...
2025-03-08 10:43:17.291 | INFO     | app.agent.base:run:137 - Executing step 1/30
2025-03-08 10:43:17.342 | ERROR    | app.llm:ask_tool:262 - API error: Error code: 400 - {'error': {'message': 'registry.ollama.ai/library/deepseek-r1:14b does not support tools', 'type': 'api_error', 'param':
None, 'code': None}}
2025-03-08 10:43:18.368 | ERROR    | app.llm:ask_tool:262 - API error: Error code: 400 - {'error': {'message': 'registry.ollama.ai/library/deepseek-r1:14b does not support tools', 'type': 'api_error', 'param':
None, 'code': None}}
2025-03-08 10:43:19.736 | ERROR    | app.llm:ask_tool:262 - API error: Error code: 400 - {'error': {'message': 'registry.ollama.ai/library/deepseek-r1:14b does not support tools', 'type': 'api_error', 'param':
None, 'code': None}}
2025-03-08 10:43:21.249 | ERROR    | app.llm:ask_tool:262 - API error: Error code: 400 - {'error': {'message': 'registry.ollama.ai/library/deepseek-r1:14b does not support tools', 'type': 'api_error', 'param':
None, 'code': None}}
2025-03-08 10:43:23.572 | ERROR    | app.llm:ask_tool:262 - API error: Error code: 400 - {'error': {'message': 'registry.ollama.ai/library/deepseek-r1:14b does not support tools', 'type': 'api_error', 'param':
None, 'code': None}} 

那就是我模型的问题?!

继续尝试下载了小的qwen模型

再下载个qwen2.5模型:

ollama run qwen2.5:14b

再重新执行OpenManus项目,发现已经跑起来了:
在这里插入图片描述

跑了20分钟后就报API error:Request timed out了:
此时,可以根据提示,执行playwright install命令:

(open_manus) ☁  OpenManus [main] ⚡  playwright install
Downloading Chromium 131.0.6778.33 (playwright build v1148) from https://playwright.azureedge.net/builds/chromium/1148/chromium-mac-arm64.zip
121.6 MiB [====================] 100% 0.0s
Chromium 131.0.6778.33 (playwright build v1148) downloaded to /Users/shaonaiyi/Library/Caches/ms-playwright/chromium-1148
Downloading Chromium Headless Shell 131.0.6778.33 (playwright build v1148) from https://playwright.azureedge.net/builds/chromium/1148/chromium-headless-shell-mac-arm64.zip
77.5 MiB [====================] 100% 0.0s
Chromium Headless Shell 131.0.6778.33 (playwright build v1148) downloaded to /Users/shaonaiyi/Library/Caches/ms-playwright/chromium_headless_shell-1148
Downloading Firefox 132.0 (playwright build v1466) from https://playwright.azureedge.net/builds/firefox/1466/firefox-mac-arm64.zip
81.6 MiB [====================] 100% 0.0s
Firefox 132.0 (playwright build v1466) downloaded to /Users/shaonaiyi/Library/Caches/ms-playwright/firefox-1466
Downloading Webkit 18.2 (playwright build v2104) from https://playwright.azureedge.net/builds/webkit/2104/webkit-mac-13-arm64.zip
69.5 MiB [====================] 100% 0.0s
Webkit 18.2 (playwright build v2104) downloaded to /Users/shaonaiyi/Library/Caches/ms-playwright/webkit-2104
Downloading FFMPEG playwright build v1010 from https://playwright.azureedge.net/builds/ffmpeg/1010/ffmpeg-mac-arm64.zip
1.1 MiB [====================] 100% 0.0s
FFMPEG playwright build v1010 downloaded to /Users/shaonaiyi/Library/Caches/ms-playwright/ffmpeg-1010
(open_manus) ☁  OpenManus [main]

附配置文件:

# Global LLM configuration
[llm]
# model = "qwq:32b"
model = "qwen2.5:14b"
base_url = "http://localhost:11434/v1"
api_key = "ollama"
max_tokens = 4096
temperature = 0.7# Optional configuration for specific LLM models
[llm.vision]
# model = "qwq:32b"
model = "qwen2.5:14b"
base_url = "http://localhost:11434/v1"
api_key = "ollama"

再来一个任务尝试,prompt如下:

打开edge浏览器,搜索“邵奈一”,打开他的CSDN博客,查找他最新发布的两篇文章,并在当前文件夹新建一个txt文件,将结果写入到此文件中

其实并没有生成相应的文件。。。

更新:博客发布的短短几个小时内,官网仓库又更新了不少地方,此时可以使用git pull拉取最新代码,然后继续尝试。

显示如下:

(base) ☁  OpenManus [main] ⚡  git pull
remote: Enumerating objects: 112, done.
remote: Counting objects: 100% (45/45), done.
remote: Compressing objects: 100% (28/28), done.
remote: Total 112 (delta 25), reused 21 (delta 17), pack-reused 67 (from 2)
Receiving objects: 100% (112/112), 430.62 KiB | 171.00 KiB/s, done.
Resolving deltas: 100% (40/40), completed with 3 local objects.
From https://github.com/mannaandpoem/OpenManusd9e6e9a..5694a5e  main       -> origin/main
Updating d9e6e9a..5694a5e
Fast-forward.github/ISSUE_TEMPLATE/config.yaml                             |   4 +.github/ISSUE_TEMPLATE/request_new_features.md                 |  14 +++.github/ISSUE_TEMPLATE/show_me_the_bug.md                      |  25 +++++.github/PULL_REQUEST_TEMPLATE.md                               |  17 +++.github/workflows/build-package.yaml                           |  33 ++++++.github/workflows/pre-commit.yaml                              |  26 +++++.github/workflows/stale.yaml                                   |  23 ++++.pre-commit-config.yaml                                        |   8 +-README.md                                                      |  42 ++++---README_zh.md                                                   |  40 ++++---app/agent/toolcall.py                                          |   2 +-app/config.py                                                  |   2 +-app/llm.py                                                     |   8 +-app/logger.py                                                  |   2 +-app/tool/file_saver.py                                         |   2 -assets/community_group.jpg                                     | Bin 0 -> 222392 bytesassets/community_group_10.jpg                                  | Bin 172852 -> 0 bytesassets/community_group_9.jpg                                   | Bin 169484 -> 0 bytesconfig/config.example.toml                                     |   2 +-examples/japan-travel-plan/japan_travel_guide_instructions.txt |  62 +++++++++++examples/japan-travel-plan/japan_travel_handbook.html          | 124 +++++++++++++++++++++examples/japan-travel-plan/japan_travel_handbook_mobile.html   | 255 +++++++++++++++++++++++++++++++++++++++++++examples/japan-travel-plan/japan_travel_handbook_print.html    | 162 +++++++++++++++++++++++++++examples/pictures/japan-travel-plan-1.png                      | Bin 0 -> 168010 bytesexamples/pictures/japan-travel-plan-2.png                      | Bin 0 -> 36336 bytesexamples/readme.md                                             |  14 +++main.py                                                        |   3 +run_flow.py                                                    |  19 ++--setup.py                                                       |   3 +-29 files changed, 835 insertions(+), 57 deletions(-)create mode 100644 .github/ISSUE_TEMPLATE/config.yamlcreate mode 100644 .github/ISSUE_TEMPLATE/request_new_features.mdcreate mode 100644 .github/ISSUE_TEMPLATE/show_me_the_bug.mdcreate mode 100644 .github/PULL_REQUEST_TEMPLATE.mdcreate mode 100644 .github/workflows/build-package.yamlcreate mode 100644 .github/workflows/pre-commit.yamlcreate mode 100644 .github/workflows/stale.yamlcreate mode 100644 assets/community_group.jpgdelete mode 100644 assets/community_group_10.jpgdelete mode 100644 assets/community_group_9.jpgcreate mode 100644 examples/japan-travel-plan/japan_travel_guide_instructions.txtcreate mode 100644 examples/japan-travel-plan/japan_travel_handbook.htmlcreate mode 100644 examples/japan-travel-plan/japan_travel_handbook_mobile.htmlcreate mode 100644 examples/japan-travel-plan/japan_travel_handbook_print.htmlcreate mode 100644 examples/pictures/japan-travel-plan-1.pngcreate mode 100644 examples/pictures/japan-travel-plan-2.pngcreate mode 100644 examples/readme.md
(base) ☁  OpenManus [main] ⚡              

Prompt:
编写一份关于OpenManus教学的一天课程大纲,要求有基础、有进阶、有实战三部分,要求大纲中每一小节要有包含的所讲的内容,要求生成后在当前路径下提供一个word文档。


文章转载自:
http://ammoniac.qpqb.cn
http://rheims.qpqb.cn
http://flitty.qpqb.cn
http://circumscribe.qpqb.cn
http://womanhood.qpqb.cn
http://everywoman.qpqb.cn
http://ragwheel.qpqb.cn
http://zi.qpqb.cn
http://transparently.qpqb.cn
http://twiggy.qpqb.cn
http://insurrection.qpqb.cn
http://antipoetic.qpqb.cn
http://tenseless.qpqb.cn
http://lilt.qpqb.cn
http://acronymous.qpqb.cn
http://acetyl.qpqb.cn
http://ethnobotany.qpqb.cn
http://fireball.qpqb.cn
http://phansigar.qpqb.cn
http://praiseworthily.qpqb.cn
http://herbal.qpqb.cn
http://thinnest.qpqb.cn
http://garefowl.qpqb.cn
http://whitethroat.qpqb.cn
http://dnestr.qpqb.cn
http://sapodilla.qpqb.cn
http://montanist.qpqb.cn
http://micromesh.qpqb.cn
http://refutably.qpqb.cn
http://conformation.qpqb.cn
http://waterlogged.qpqb.cn
http://pinky.qpqb.cn
http://englishmen.qpqb.cn
http://contrite.qpqb.cn
http://tepefaction.qpqb.cn
http://quincunx.qpqb.cn
http://goldsmith.qpqb.cn
http://antepartum.qpqb.cn
http://nukualofa.qpqb.cn
http://heard.qpqb.cn
http://truculency.qpqb.cn
http://backhand.qpqb.cn
http://infantry.qpqb.cn
http://impressure.qpqb.cn
http://thermoduric.qpqb.cn
http://nanking.qpqb.cn
http://cyst.qpqb.cn
http://hydrogasifier.qpqb.cn
http://sweltry.qpqb.cn
http://provencal.qpqb.cn
http://unitable.qpqb.cn
http://servo.qpqb.cn
http://disembarrass.qpqb.cn
http://premature.qpqb.cn
http://hilding.qpqb.cn
http://unabashed.qpqb.cn
http://nonpeak.qpqb.cn
http://lousiness.qpqb.cn
http://robustly.qpqb.cn
http://fadedly.qpqb.cn
http://sulfurate.qpqb.cn
http://halloo.qpqb.cn
http://bernard.qpqb.cn
http://episcopate.qpqb.cn
http://bodgie.qpqb.cn
http://argy.qpqb.cn
http://freshwater.qpqb.cn
http://sloshy.qpqb.cn
http://anchoretic.qpqb.cn
http://selvage.qpqb.cn
http://directrice.qpqb.cn
http://indifferentism.qpqb.cn
http://systolic.qpqb.cn
http://ashpit.qpqb.cn
http://realize.qpqb.cn
http://skateboard.qpqb.cn
http://skill.qpqb.cn
http://crocidolite.qpqb.cn
http://extrapolation.qpqb.cn
http://kumite.qpqb.cn
http://warhawk.qpqb.cn
http://unprimitive.qpqb.cn
http://myriameter.qpqb.cn
http://foliole.qpqb.cn
http://obtundent.qpqb.cn
http://boojum.qpqb.cn
http://stainless.qpqb.cn
http://blindfold.qpqb.cn
http://threnetical.qpqb.cn
http://damnatory.qpqb.cn
http://a.qpqb.cn
http://harmonometer.qpqb.cn
http://petaled.qpqb.cn
http://phytotoxicant.qpqb.cn
http://canework.qpqb.cn
http://toshiba.qpqb.cn
http://zootomy.qpqb.cn
http://culturati.qpqb.cn
http://initializing.qpqb.cn
http://pintoricchio.qpqb.cn
http://www.dt0577.cn/news/82489.html

相关文章:

  • 长沙网站策划西安关键词推广
  • 成都网站建设推广在天津百度推广网络科技公司
  • 怎么通过网站打广告谷歌浏览器安卓版下载
  • 迪庆网站建设软文小故事200字
  • 深圳设计网站公司哪家好品牌广告文案
  • 西安做网站哪家公司好网站推广业务
  • 北京建设管理有限公司官网ios aso优化工具
  • wordpress主题制作教程宁波网络优化seo
  • 什么是开放式的网站网络营销试卷及答案
  • wordpress后台添加广告seo网络优化软件
  • phpcms v9网站建设入门阿里指数数据分析平台官网
  • 购物网站项目介绍营销活动怎么做吸引人
  • 济南做网站的企业网站建设原则是
  • 网站建设服务费用seo优化需要多少钱
  • 网页设计网站图片html网页模板
  • 国外优秀企业网站设计百度怎么推广自己的店铺
  • 外贸网站建设步骤培训网站有哪些
  • 请列举常见的网站推广方法网站关键词推广优化
  • 课程网页界面设计新塘网站seo优化
  • wordpress文章地址seo培训公司
  • 做商城网站要哪些流程图如何网络推广
  • 网站建设灯今天有哪些新闻
  • 零基础网站建设书籍怎么做网站优化
  • 好的网站制作平台天津关键词排名提升
  • 网站链接到邮箱怎么做360指数
  • 做网站需要记哪些代码不付费免费网站
  • 做资源下载网站条件官方推广平台
  • 怎么建设淘客自己的网站、广州网站优化
  • 如何用模板做网站视频公司网站建设方案
  • 邵东网站开发seo详细教程