mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 08:26:27 +08:00
10 lines
108 B
TypeScript
10 lines
108 B
TypeScript
const translation = {
|
|
nodes: {
|
|
llm: {
|
|
model: 'model',
|
|
},
|
|
},
|
|
}
|
|
|
|
export default translation
|