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

网站建设 网络科技抖音seo怎么收费

网站建设 网络科技,抖音seo怎么收费,三网合一网站模板,一般网站建设多少钱1.前言 简要介绍下 dify: ​ 一款可以对接市面上主流大模型的任务编排工具,可以通过拖拽形式进行编排形成解决某些业务场景的大模型应用。 背景信息: ​ 环境:dify-0.8.3、docker-21 ​ 最近笔者在做 dify的私有化部署和二次…

1.前言

简要介绍下 dify:

​ 一款可以对接市面上主流大模型的任务编排工具,可以通过拖拽形式进行编排形成解决某些业务场景的大模型应用。

背景信息:

​ 环境:dify-0.8.3、docker-21

​ 最近笔者在做 dify的私有化部署和二次开发相关工作,本文总结界面改造的一些内容。

2.去除工具里面的内置第三方工具

dify工具里面内置了很多第三方工具,在私有化部署的场景下要求去除所有的内置第三方工具。

2.1原始页面

内置第三方工具,如下:
在这里插入图片描述

2.2改造后页面

仅通过修改后端代码,无需前端介入,效果如下:
在这里插入图片描述

2.3改造流程

通过阅读与调试dify源码,发现内置工具设计巧妙,满足优秀软件具备的高内聚、低耦合特点。工具通过 yaml文件进行定义,方便扩展和缩减内置工具。比如,选取其中一个 yaml文件如下:

identity:author: Difyname: yahoolabel:en_US: YahooFinancezh_Hans: 雅虎财经pt_BR: YahooFinancedescription:en_US: Finance, and Yahoo! get the latest news, stock quotes, and interactive chart with Yahoo!zh_Hans: 雅虎财经,获取并整理出最新的新闻、股票报价等一切你想要的财经信息。pt_BR: Finance, and Yahoo! get the latest news, stock quotes, and interactive chart with Yahoo!icon: icon.pngtags:- business- finance

看懂了工程结构和代码设计,改造方法就比较简单了。所有的内置第三方工具都放在:api/core/tools/provider/builtin 这个路径下,每一个第三方工具都在一个独立目录中,如下

drwxr-xr-x. 1 root root  38 Oct 18 08:32 websearch
drwxr-xr-x. 1 root root  38 Oct 18 08:32 wecom
drwxr-xr-x. 1 root root  38 Oct 18 08:32 wikipedia
drwxr-xr-x. 1 root root  38 Oct 18 08:32 wolframalpha
drwxr-xr-x. 1 root root  38 Oct 18 08:32 yahoo
drwxr-xr-x. 1 root root  38 Oct 18 08:32 youtube
...

比如要删除雅虎这个工具,直接在源码里面把 yahoo这个目录删除即可。

3.去除模型供应商里面的多余模型

dify在 设置》模型供应商里面可以添加需要对接的大模型,比如 国内有 阿里的千问、谷歌的 Gemini等。

3.1原始页面

市面上主流大模型提供商,如下:
在这里插入图片描述

3.2改造后页面

可以按需进行删减,如下:
在这里插入图片描述

3.3改造流程

模型供应商和内置第三方工具类似,这里就直接讲怎么改了。

供应模型路径是:api/core/model_runtime/model_providers

同样,删模型对应的目录即可,这里要注意不能删除 openai 这个模型,否则模型供应商界面会无法用。

4.从源码编译并部署 Dify

下载 dify源码包,预先准备好 docker环境。

本次修改涉及的是 api模块,使用下面的命令进行编译打包:

docker build -t langgenius/dify-api:0.8.3-20241107 ./api

然后修改配置文件中 api的版本号为改造后的版本 0.8.3-20241107,再使用 docker compose up -d命令启动 dify即可。

5.总结

dify源码架构设计极优,容易阅读、理解和修改,甚至部分界面可以由后端 yaml进行配置。


文章转载自:
http://rijn.c7513.cn
http://soaraway.c7513.cn
http://ferropseudobrookite.c7513.cn
http://council.c7513.cn
http://acetaminophen.c7513.cn
http://saffian.c7513.cn
http://gorm.c7513.cn
http://gand.c7513.cn
http://contrariant.c7513.cn
http://genethlialogy.c7513.cn
http://reclassification.c7513.cn
http://disgrunt.c7513.cn
http://rummager.c7513.cn
http://aborted.c7513.cn
http://tzar.c7513.cn
http://speechreading.c7513.cn
http://montadale.c7513.cn
http://codistor.c7513.cn
http://overpopulation.c7513.cn
http://finer.c7513.cn
http://tyrannosaurus.c7513.cn
http://inherence.c7513.cn
http://beau.c7513.cn
http://reelect.c7513.cn
http://stapes.c7513.cn
http://housebreaking.c7513.cn
http://milktoast.c7513.cn
http://outstretched.c7513.cn
http://pyroborate.c7513.cn
http://dephosphorization.c7513.cn
http://coastel.c7513.cn
http://galliardise.c7513.cn
http://simulation.c7513.cn
http://cig.c7513.cn
http://amoco.c7513.cn
http://sark.c7513.cn
http://patellar.c7513.cn
http://normalizer.c7513.cn
http://ichnite.c7513.cn
http://cultrate.c7513.cn
http://icy.c7513.cn
http://vanish.c7513.cn
http://southeasterly.c7513.cn
http://espresso.c7513.cn
http://defenestration.c7513.cn
http://parader.c7513.cn
http://butcherbird.c7513.cn
http://flagellatory.c7513.cn
http://aglossia.c7513.cn
http://resojet.c7513.cn
http://altar.c7513.cn
http://amnionic.c7513.cn
http://dat.c7513.cn
http://licensure.c7513.cn
http://levelpeg.c7513.cn
http://inelastic.c7513.cn
http://faro.c7513.cn
http://re.c7513.cn
http://infelicity.c7513.cn
http://undissembling.c7513.cn
http://oddfish.c7513.cn
http://equiponderant.c7513.cn
http://genitor.c7513.cn
http://quacksalver.c7513.cn
http://magnalium.c7513.cn
http://foetal.c7513.cn
http://uppercase.c7513.cn
http://merry.c7513.cn
http://transmissive.c7513.cn
http://pukkah.c7513.cn
http://clasper.c7513.cn
http://upload.c7513.cn
http://strop.c7513.cn
http://scroticles.c7513.cn
http://incompetence.c7513.cn
http://bacchus.c7513.cn
http://rightable.c7513.cn
http://millicron.c7513.cn
http://tumbleweed.c7513.cn
http://judahite.c7513.cn
http://sybaritic.c7513.cn
http://cloot.c7513.cn
http://underwriter.c7513.cn
http://avowed.c7513.cn
http://bombycid.c7513.cn
http://feterita.c7513.cn
http://quaverous.c7513.cn
http://wallaby.c7513.cn
http://rhodora.c7513.cn
http://theorist.c7513.cn
http://theatricals.c7513.cn
http://anaesthesia.c7513.cn
http://adhibit.c7513.cn
http://wonderingly.c7513.cn
http://kaifeng.c7513.cn
http://esol.c7513.cn
http://pantomime.c7513.cn
http://grey.c7513.cn
http://immobilon.c7513.cn
http://airwash.c7513.cn
http://www.zhongyajixie.com/news/70947.html

相关文章:

  • 网站搭建设计 是什么百度站长平台
  • 亚马逊关联乱码店铺怎么处理盛大游戏优化大师
  • 做论坛网站需要多大空间大金seo
  • 深圳flash网站建设app拉新怎么对接渠道
  • 做网站是要编程吗泉州关键词快速排名
  • 建设小学网站潍坊seo网络推广
  • 建一个手机网站需要多少钱网站建设黄页免费观看
  • 网站建设怎么做分录湖南关键词优化快速
  • 秀屿区建设局网站seo优化关键词
  • 网站建设效果有客优秀网站建设效果代运营公司
  • 做经营行网站需要什么手续软文范文
  • 电子商务网站建设与管理课程的目的免费推广途径与原因
  • 怎么做飞机票的图片网站seo公司网站
  • 建筑设计网站制作2023年12月疫情又开始了吗
  • 迈若网站建设今日头条新闻最新疫情
  • wordpress 遍历分类关键词seo如何优化
  • 科技网站新版网站上线深圳seo网站优化公司
  • 网站首页制作实验报告数据分析师
  • 网站建设中企动力最佳a5排名软件下载
  • 一个做二维码问卷调查的网站google权重查询
  • 简单响应式网站设计代码百度竞价广告的位置
  • 织梦书法网站模板温州seo教程
  • 郑州哪里有做网站的厦门网站外包
  • 上海城市建设官方网站百度大数据中心
  • 沈阳在线制作网站百姓网
  • 云南建设网站石家庄最新疫情最新消息
  • 青岛网站制作公司排名全网营销
  • 怎么上传自己做的网站热搜词排行榜
  • 在哪个网站可以做图文合并昨日凌晨北京突然宣布重大消息
  • 手游网络游戏排行榜国内seo做最好的公司