mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-24 21:36:06 +00:00
feat: pipeline invoking
This commit is contained in:
@@ -42,7 +42,7 @@ stages:
|
||||
zh_CN: 模型
|
||||
type: select
|
||||
required: true
|
||||
scope: llm-model
|
||||
scope: /provider/models/llm
|
||||
- name: max-round
|
||||
label:
|
||||
en_US: Max Round
|
||||
@@ -54,11 +54,9 @@ stages:
|
||||
label:
|
||||
en_US: Prompt
|
||||
zh_CN: 提示词
|
||||
type: array
|
||||
type: string
|
||||
required: true
|
||||
default: []
|
||||
items:
|
||||
type: string
|
||||
default: "You are a helpful assistant."
|
||||
- name: dify-service-api
|
||||
label:
|
||||
en_US: Dify Service API
|
||||
|
||||
@@ -46,7 +46,7 @@ stages:
|
||||
zh_CN: 窗口长度(秒)
|
||||
type: integer
|
||||
required: true
|
||||
default: 10
|
||||
default: 60
|
||||
- name: limitation
|
||||
label:
|
||||
en_US: Limitation
|
||||
|
||||
Reference in New Issue
Block a user