大模型开源项目思路借鉴
# 总结
1. 市面上的模型落地产品主要以 应用和插件(agent)两种形式
1
# langflow
# 语言为python
langchain可视化编排
1
2
2
# promptflow
prompt可视化编排/评估
https://microsoft.github.io/promptflow/how-to-guides/quick-start.html
1
2
3
2
3
# dify(基于langchain)
# https://cloud.dify.ai/explore/apps
# https://github.com/langgenius/dify
该项目基于 OpenAI和ChatOpenAI 分为两种类型的app,一种是对话类的app,一种是文本生成类的app
1
2
3
2
3
# aganta(基于langchain)
# https://github.com/Agenta-AI/agenta
该项目可以很好进行agent A/B测试
# 可以进行版本评估
1
2
3
2
3
# chainlit(支持langchain、llama-index)
# 该项目可以很好的对编排的agent和chain进行测试
1
# ToolBench
# 训练一个基于API的指令意图模型
https://github.com/OpenBMB/ToolBench
1
2
2
# Open Interpreter
# 基于问答生成代码并执行代码
# 可以用在智能家居的自动化操作场景
1
2
2
# Agently
# 编排工程化可以借鉴
https://github.com/Maplemx/Agently
1
2
2
# pezzo
可以更好的管理提示词
1
# fastgpt
知识库项目
1
# flowise
# 语言为js
和langflow类似 Drag & drop UI to build your customized LLM flow
1
2
2
# FastChat
大模型聚合,支持openai风格的api
1
# RealChar
聊天伴侣
1
# quivr
个人知识库大脑
1
# SalesGPT
销售场景
1
# db-gpt
数据库方案
1
# openllm
大模型聚合,快速部署模型到生成环境
1
上次更新: 2023-09-15 10:06:16