---
layout: single
title:  "Dify"
date:   2024-06-04 08:00:00 +0800
categories: [AI 与大模型, 编程开发]
tags: [Dify, LLMOps, AICodingAssistant Dify]
---

## Dify

- [Dify](https://dify.ai/)
- [Dify GitHub](https://github.com/langgenius/dify)
- [Dify 架构图](https://assets.dify.ai/files/dify_llms_app_stack_cn.pdf)
- [Dify Docs](https://docs.dify.ai/v/zh-hans)

### 介绍

Dify 是一款开源的大语言模型(LLM) 应用开发平台。提供从 Agent 构建到 AI workflow 编排、RAG 检索、模型管理等能力，轻松构建和运营生成式 AI 原生应用。你可以基于任何模型自部署类似 Assistants API 和 GPTs 的能力，在灵活和安全的基础上，同时保持对数据的完全控制。

![](/images/2024/Dify/Dify.jpg)

### 开发语言

| 语言 | 占比 |
| --- | ---: |
| TypeScript | 49.9% |
| Python     | 45.5% |
| MDX        | 3.1%  |
| CSS        | 0.9%  |
| JavaScript | 0.4%  |
| SCSS       | 0.2%  |


## 配置兼容 OpenAI API（SiliconFlow）
![](/images/2024/Dify/Config-OpenAI-API-with-SiliconFlow.png)
