mirror of
https://github.com/langgenius/dify.git
synced 2026-03-21 18:40:14 +08:00
10 lines
108 B
TypeScript
10 lines
108 B
TypeScript
const translation = {
|
|
nodes: {
|
|
llm: {
|
|
model: 'model',
|
|
},
|
|
},
|
|
}
|
|
|
|
export default translation
|