MCPcopy Create free account
hub / github.com/T-duality/PillOCR-python / save_custom_url

Method save_custom_url

GPTOCRGUI.py:1080–1083  ·  view source on GitHub ↗

保存自定义URL并更新设置

(self)

Source from the content-addressed store, hash-verified

1078 self.log(f"已切换到 {display_provider} 服务")
1079
1080 def save_custom_url(self):
1081 """保存自定义URL并更新设置"""
1082 self.save_settings()
1083 self.log(f"已保存自定义URL: {self.url_var.get()}")
1084
1085 def save_api_key(self):
1086 """保存 API Key"""

Callers

nothing calls this directly

Calls 2

save_settingsMethod · 0.95
logMethod · 0.95

Tested by

no test coverage detected