chore: remove ollama model source

This commit is contained in:
jialin
2025-06-09 18:45:47 +08:00
parent 5ef733729b
commit c896c88c23
2 changed files with 1 additions and 9 deletions
@@ -145,13 +145,6 @@ export const onLineSourceOptions = [
value: modelSourceMap.local_path_value,
key: 'local_path',
icon: icons.LocalPath
},
{
label: 'Ollama Library',
locale: false,
value: modelSourceMap.ollama_library_value,
key: 'ollama_library',
icon: icons.Ollama
}
];