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

Method save_proxy

GPTOCRGUI.py:1090–1093  ·  view source on GitHub ↗

保存代理设置

(self)

Source from the content-addressed store, hash-verified

1088 self.log("API Key已保存")
1089
1090 def save_proxy(self):
1091 """保存代理设置"""
1092 self.save_settings()
1093 self.log("代理设置已保存")
1094
1095 def save_model_choice(self, event=None):
1096 """保存模型选择到配置文件"""

Callers

nothing calls this directly

Calls 2

save_settingsMethod · 0.95
logMethod · 0.95

Tested by

no test coverage detected