Update index.js
Browse files
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 |
}
|