Commit e4fdc054 authored by Joel's avatar Joel

Merge branch 'main' into feat/multi-generation

parents f814884e 4f13f8fd
...@@ -3,7 +3,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from ...@@ -3,7 +3,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
# Completion App API # 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.
<Heading <Heading
url='/completion-messages' url='/completion-messages'
......
...@@ -3,7 +3,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx' ...@@ -3,7 +3,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx'
# 文本生成型应用 API # 文本生成型应用 API
可用于生成高质量文本的应用,例如生成文章、摘要、翻译等,通过调用 completion-messages 接口,发送用户输入得到生成文本结果。用于生成文本的模型参数和提示词模版取决于开发者在 LangGenius 提示词编排页的设置。 可用于生成高质量文本的应用,例如生成文章、摘要、翻译等,通过调用 completion-messages 接口,发送用户输入得到生成文本结果。用于生成文本的模型参数和提示词模版取决于开发者在 Dify 提示词编排页的设置。
<Heading <Heading
url='/completion-messages' url='/completion-messages'
......
...@@ -88,7 +88,7 @@ const translation = { ...@@ -88,7 +88,7 @@ const translation = {
formattingChangedTitle: '编排已改变', formattingChangedTitle: '编排已改变',
formattingChangedText: '修改编排将重置调试区域,确定吗?', formattingChangedText: '修改编排将重置调试区域,确定吗?',
variableTitle: '变量', variableTitle: '变量',
notSetVar: '变量能使用户输入表单引入提示词或开场白,你可以试试在提示词中输入输入 {{input}}', notSetVar: '变量能使用户输入表单引入提示词或开场白,你可以试试在提示词中输入 {{input}}',
variableTip: variableTip:
'变量将以表单形式让用户在对话前填写,用户填写的表单内容将自动替换提示词中的变量。', '变量将以表单形式让用户在对话前填写,用户填写的表单内容将自动替换提示词中的变量。',
autoAddVar: '提示词中引用了未定义的变量,是否自动添加到用户输入表单中?', autoAddVar: '提示词中引用了未定义的变量,是否自动添加到用户输入表单中?',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment