yxmiler commited on
Commit
b1d5865
·
verified ·
1 Parent(s): 5d79776

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +0 -1
index.js CHANGED
@@ -102,7 +102,6 @@ class Config {
102
  * 获取第一个可用的API Key(用于模型列表请求等非核心请求)
103
  */
104
  getFirstAvailableApiKey() {
105
- console.log("apikeys",this.apiKeys)
106
  if (this.apiKeys.length > 0) {
107
  return this.apiKeys[0];
108
  }
 
102
  * 获取第一个可用的API Key(用于模型列表请求等非核心请求)
103
  */
104
  getFirstAvailableApiKey() {
 
105
  if (this.apiKeys.length > 0) {
106
  return this.apiKeys[0];
107
  }