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