Update README.md

This commit is contained in:
Luyu Zhang 2023-05-03 19:22:25 +08:00 committed by GitHub
parent 4d8533c7ac
commit 9d0f00785d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 11 deletions

View File

@ -3,14 +3,14 @@
<a href="./README_CN.md">简体中文</a>
</p>
[Website](http://langgenius.ai) • [Docs](https://docs.langgenius.ai) • [Twitter](https://twitter.com/langgeniusai)
[Website](http://dify.ai) • [Docs](https://docs.dify.ai) • [Twitter](https://twitter.com/langgeniusai)
**LangGenius** is an easy-to-use LLMOps platform designed to empower more people to create sustainable, AI-native applications. With visual orchestration for various application types, LangGenius offers out-of-the-box, ready-to-use applications that can also serve as Backend-as-a-Service APIs. Unify your development process with one API for plugins and datasets integration, and streamline your operations using a single interface for prompt engineering, visual analytics, and continuous improvement.
**Dify** is an easy-to-use LLMOps platform designed to empower more people to create sustainable, AI-native applications. With visual orchestration for various application types, Dify offers out-of-the-box, ready-to-use applications that can also serve as Backend-as-a-Service APIs. Unify your development process with one API for plugins and datasets integration, and streamline your operations using a single interface for prompt engineering, visual analytics, and continuous improvement.
## Use Cloud Services
Visit [LangGenius.ai](http://cloud.langgenius.ai)
Visit [Dify.ai](http://dify.ai)
## Install the Community Edition
@ -18,12 +18,12 @@ Our Community Edition is in preparation and is expected to be released on GitHub
---
Applications created with LangGenius include:
Applications created with Dify include:
Out-of-the-box web sites supporting form mode and chat conversation mode
A single API encompassing plugin capabilities, context enhancement, and more, saving you backend coding effort
Visual data analysis, log review, and annotation for applications
LangGenius is compatible with Langchain, meaning we'll gradually support multiple LLMs, currently supported:
Dify is compatible with Langchain, meaning we'll gradually support multiple LLMs, currently supported:
- GPT 3 (text-davinci-003)
- GPT 3.5 Turbo(ChatGPT)
@ -34,16 +34,16 @@ LangGenius is compatible with Langchain, meaning we'll gradually support multipl
Features under development:
Datasets, embedding your own data into AI applications, including text, webpages, and even Notion content
Plugins, introducing ChatGPT Plugin-standard plugins for applications, or using LangGenius-produced plugins
Plugins, introducing ChatGPT Plugin-standard plugins for applications, or using Dify-produced plugins
## Q&A
**Q: What can I do with LangGenius?**
**Q: What can I do with Dify?**
A: LangGenius is a simple yet powerful LLM development and operations tool. You can use it to build commercial-grade applications, personal assistants. If you want to develop your own applications, LangGenius can save you backend work in integrating with OpenAI and offer visual operations capabilities, allowing you to continuously improve and train your GPT model.
A: Dify is a simple yet powerful LLM development and operations tool. You can use it to build commercial-grade applications, personal assistants. If you want to develop your own applications, LangDifyGenius can save you backend work in integrating with OpenAI and offer visual operations capabilities, allowing you to continuously improve and train your GPT model.
**Q: How do I use LangGenius to "train" my own model?**
**Q: How do I use Dify to "train" my own model?**
A: A valuable application consists of Prompt Engineering, context enhancement, and Fine-tuning. We've created a hybrid programming approach combining Prompts with programming languages (similar to a template engine), making it easy to accomplish long-text embedding or capturing subtitles from a user-input Youtube video - all of which will be submitted as context for LLMs to process. We place great emphasis on application operability, with data generated by users during App usage available for analysis, annotation, and continuous training. Without the right tools, these steps can be time-consuming.
@ -57,7 +57,7 @@ A: English and Chinese are currently supported, and you can contribute language
## About Us
The LangGenius project was created by former members of the Tencent Cloud DevOps team. We found that developing GPT applications based on OpenAI APIs was somewhat cumbersome. Leveraging our years of experience in developing developer efficiency tools, we hope to enable more people to create interesting apps through natural language.
The Dify project was created by former members of the Tencent Cloud DevOps team. We found that developing GPT applications based on OpenAI APIs was somewhat cumbersome. Leveraging our years of experience in developing developer efficiency tools, we hope to enable more people to create interesting apps through natural language.
### Contact Us
@ -65,6 +65,6 @@ If you have any questions, suggestions, or partnership inquiries, feel free to c
- Submit an Issue or PR on our GitHub Repo
- Join the discussion in our [Discord](https://discord.gg/AhzKf7dNgk) Community
- Send an email to hello@langgenius.ai
- Send an email to hello@dify.ai
We're eager to assist you and together create more fun and useful AI applications!