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

Method save_api_key

GPTOCRGUI.py:1085–1088  ·  view source on GitHub ↗

保存 API Key

(self)

Source from the content-addressed store, hash-verified

1083 self.log(f"已保存自定义URL: {self.url_var.get()}")
1084
1085 def save_api_key(self):
1086 """保存 API Key"""
1087 self.save_settings()
1088 self.log("API Key已保存")
1089
1090 def save_proxy(self):
1091 """保存代理设置"""

Callers

nothing calls this directly

Calls 2

save_settingsMethod · 0.95
logMethod · 0.95

Tested by

no test coverage detected