From 4f13f8fd0aec680b82346a342c43d80aebee7c12 Mon Sep 17 00:00:00 2001 From: Joel Date: Sun, 2 Jul 2023 14:01:11 +0800 Subject: [PATCH] fix: change langenius text to dify (#498) --- web/app/components/develop/template/template.en.mdx | 2 +- web/app/components/develop/template/template.zh.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/develop/template/template.en.mdx b/web/app/components/develop/template/template.en.mdx index 98b9f8c586..a486987492 100644 --- a/web/app/components/develop/template/template.en.mdx +++ b/web/app/components/develop/template/template.en.mdx @@ -3,7 +3,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from # Completion App API -For high-quality text generation, such as articles, summaries, and translations, use the completion-messages API with user input. Text generation relies on the model parameters and prompt templates set in LangGenius Prompt Engineering. +For high-quality text generation, such as articles, summaries, and translations, use the completion-messages API with user input. Text generation relies on the model parameters and prompt templates set in Dify Prompt Engineering.