支持局域网 GPU OCR 服务,配置方式类似 Ollama。

This commit is contained in:
dekun
2026-06-28 14:16:06 +08:00
parent 14bf314544
commit ff0c103dc5
19 changed files with 305 additions and 9 deletions
+1
View File
@@ -78,6 +78,7 @@ export const adminApi = {
openai_base_url?: string | null
openai_model?: string | null
openai_api_key?: string
ocr_service_url?: string | null
}) => api.patch<SystemSettings>('/admin/settings', data),
updateProfile: (data: {
username?: string