支持局域网 GPU OCR 服务,配置方式类似 Ollama。
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user