mirror of
https://github.com/langgenius/dify.git
synced 2026-04-10 03:33:37 +08:00
14 lines
212 B
TypeScript
14 lines
212 B
TypeScript
const translation = {
|
|
nodes: {
|
|
llm: {
|
|
model: 'model',
|
|
variables: 'variables',
|
|
context: 'context',
|
|
prompt: 'prompt',
|
|
vision: 'vision',
|
|
},
|
|
},
|
|
}
|
|
|
|
export default translation
|