feat: 설정에 LLM 모델 선택 드롭다운 추가
Ollama에서 사용 가능한 모델 목록을 자동 로드하고 설정 > LLM 탭에서 선택할 수 있게 추가. 기존 404 에러(qwen3:4b 미설치) 해결.
This commit is contained in:
parent
55774b64e0
commit
8c10ba1844
3 changed files with 33 additions and 0 deletions
|
|
@ -111,6 +111,7 @@
|
|||
"settings.ollamaServer": "Ollama Server",
|
||||
"settings.ollamaUrl": "Ollama Server URL",
|
||||
"settings.ollamaHint": "Connects automatically when Ollama is running. Pull models directly in Ollama (e.g. ollama pull qwen3:4b).",
|
||||
"settings.llmModel": "LLM Model",
|
||||
"settings.postProcess": "Voice Post-Processing",
|
||||
"settings.defaultAction": "Default Post-Processing Command",
|
||||
"settings.action.none": "None (raw transcription)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue