malt666 commited on
Commit
fc0d718
·
verified ·
1 Parent(s): 2415527

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ app.secret_key = os.environ.get("SECRET_KEY", "abacus_chat_proxy_secret_key")
18
  app.config['PERMANENT_SESSION_LIFETIME'] = timedelta(days=7)
19
 
20
  # 添加tokenizer服务URL
21
- TOKENIZER_SERVICE_URL = "https://malt666-abacus-chat-proxy.hf.space/count_tokens"
22
 
23
  API_ENDPOINT_URL = "https://abacus.ai/api/v0/describeDeployment"
24
  MODEL_LIST_URL = "https://abacus.ai/api/v0/listExternalApplications"
 
18
  app.config['PERMANENT_SESSION_LIFETIME'] = timedelta(days=7)
19
 
20
  # 添加tokenizer服务URL
21
+ TOKENIZER_SERVICE_URL = "https://malt666-tokenizer.hf.space/count_tokens"
22
 
23
  API_ENDPOINT_URL = "https://abacus.ai/api/v0/describeDeployment"
24
  MODEL_LIST_URL = "https://abacus.ai/api/v0/listExternalApplications"