snemc commited on
Commit
b29401d
·
verified ·
1 Parent(s): 59657c9

Update gemini_proxy_server.py

Browse files
Files changed (1) hide show
  1. gemini_proxy_server.py +3 -0
gemini_proxy_server.py CHANGED
@@ -90,6 +90,9 @@ set_log_level("DEBUG")
90
  SECURE_1PSID = os.environ.get("GEMINI_SECURE_1PSID", "")
91
  SECURE_1PSIDTS = os.environ.get("GEMINI_SECURE_1PSIDTS", "")
92
 
 
 
 
93
  # 支持的模型列表
94
  SUPPORTED_MODELS = [
95
  {
 
90
  SECURE_1PSID = os.environ.get("GEMINI_SECURE_1PSID", "")
91
  SECURE_1PSIDTS = os.environ.get("GEMINI_SECURE_1PSIDTS", "")
92
 
93
+ logger.info(f"SECURE_1PSID:{SECURE_1PSID}")
94
+ logger.info(f"SECURE_1PSIDTS:{SECURE_1PSIDTS}")
95
+
96
  # 支持的模型列表
97
  SUPPORTED_MODELS = [
98
  {