New-Bing commited on
Commit
bd6092c
·
verified ·
1 Parent(s): f90a948

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +2 -1
index.js CHANGED
@@ -11,8 +11,9 @@ const webpages = [
11
 
12
  // 添加1:00-6:00暂停,其他时间正常访问的url数组
13
  const urls = [
14
- 'https://new-bing-oneapi.hf.space/', // OneAPI
15
  'https://new-bing-keep-alive.hf.space', // KEEP ALIVE
 
16
  // ... 添加更多url
17
  ];
18
 
 
11
 
12
  // 添加1:00-6:00暂停,其他时间正常访问的url数组
13
  const urls = [
14
+ 'https://new-bing-oneapi.hf.space', // OneAPI
15
  'https://new-bing-keep-alive.hf.space', // KEEP ALIVE
16
+ 'https://free-ai-google-gemma.hf.space', // Gamma
17
  // ... 添加更多url
18
  ];
19