From 954f5f8ad7aec7e99e22848ec223dd031e7a435a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?7934-=E6=96=B9=E9=9C=B2=E5=AE=87?= Date: Tue, 25 Feb 2025 15:18:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AEtab?= =?UTF-8?q?=EF=BC=8C=E5=B0=86apiKey=E9=9A=90=E8=97=8F=E3=80=82=E9=98=B2?= =?UTF-8?q?=E6=AD=A2=E5=9B=A0=E4=B8=BA=E6=88=AA=E5=9B=BE=E7=9A=84=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E4=B8=8D=E5=B0=8F=E5=BF=83=E5=B0=B1=E6=B3=84=E9=9C=B2?= =?UTF-8?q?=E4=BA=86apiKey?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/config_tab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/config_tab.py b/ui/config_tab.py index 1c51539..0ca6f69 100644 --- a/ui/config_tab.py +++ b/ui/config_tab.py @@ -98,7 +98,7 @@ def build_ai_config_tab(self): # 1) API Key create_label_with_help(self, parent=self.ai_config_tab, label_text="LLM API Key:", tooltip_key="api_key", row=0, column=0, font=("Microsoft YaHei", 12)) - api_key_entry = ctk.CTkEntry(self.ai_config_tab, textvariable=self.api_key_var, font=("Microsoft YaHei", 12)) + api_key_entry = ctk.CTkEntry(self.ai_config_tab, textvariable=self.api_key_var, font=("Microsoft YaHei", 12),show="*") api_key_entry.grid(row=0, column=1, padx=5, pady=5, columnspan=2, sticky="nsew") # 2) Base URL