18 lines
716 B
Plaintext
18 lines
716 B
Plaintext
# ============================================================================
|
||
# PANJIT Document Translator V2 - Dify API 配置
|
||
# ============================================================================
|
||
|
||
# Dify 翻譯 API 配置
|
||
translation_base_url:https://dify.theaken.com/v1
|
||
translation_api:app-SmB3TwVMcp5OyQviYeAoTden
|
||
|
||
# Dify OCR API 配置(用於掃描PDF)
|
||
ocr_base_url:https://dify.theaken.com/v1
|
||
ocr_api:app-kC5qx2wgMMkn61O77jY4YuPs
|
||
|
||
# ============================================================================
|
||
# 說明:
|
||
# - translation API: 用於文檔內容翻譯
|
||
# - OCR API: 用於 PDF 掃描件的文字識別
|
||
# ============================================================================
|