一键部署:主程序+OCR同机(screen/GPU),Ollama外置局域网。
This commit is contained in:
@@ -240,7 +240,7 @@ export default function SettingsPage() {
|
||||
<Form.Item
|
||||
name="ocr_service_url"
|
||||
label="OCR 服务地址(局域网 GPU 机器)"
|
||||
extra="留空则在应用服务器本机 CPU 识别。填写后类似 Ollama,例如 http://192.168.8.100:23567"
|
||||
extra="留空则在应用服务器本机 CPU 识别。同机部署时填 http://127.0.0.1:23567(install.sh 已自动配置)"
|
||||
>
|
||||
<Input placeholder="http://192.168.8.100:23567" />
|
||||
</Form.Item>
|
||||
|
||||
Reference in New Issue
Block a user