mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-08 20:39:44 +00:00
feat(web): Add DAG variables to web flow (#1981)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com> Co-authored-by: 谨欣 <echo.cmy@antgroup.com> Co-authored-by: yanzhiyong <932374019@qq.com> Co-authored-by: 严志勇 <yanzhiyong@tiansuixiansheng.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"""Translate the po file content to Chinese using LLM."""
|
||||
|
||||
from typing import List, Dict, Any
|
||||
import asyncio
|
||||
import os
|
||||
@@ -147,6 +148,8 @@ vocabulary_map = {
|
||||
"RAG": "RAG",
|
||||
"DB-GPT": "DB-GPT",
|
||||
"AWEL flow": "AWEL 工作流",
|
||||
"Agent": "智能体",
|
||||
"Agents": "智能体",
|
||||
},
|
||||
"default": {
|
||||
"Transformer": "Transformer",
|
||||
@@ -159,6 +162,8 @@ vocabulary_map = {
|
||||
"RAG": "RAG",
|
||||
"DB-GPT": "DB-GPT",
|
||||
"AWEL flow": "AWEL flow",
|
||||
"Agent": "Agent",
|
||||
"Agents": "Agents",
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user