Spaces:
Sleeping
Sleeping
Update index.js
Browse files
index.js
CHANGED
@@ -830,6 +830,7 @@ app.post('/hf/v1/chat/completions', async (req, res) => {
|
|
830 |
throw new Error('无可用令牌');
|
831 |
}
|
832 |
Logger.info(`当前令牌索引: ${CONFIG.SSO_INDEX}`, 'Server');
|
|
|
833 |
const newMessageReq = await fetch(`${CONFIG.API.BASE_URL}/api/rpc`, {
|
834 |
method: 'POST',
|
835 |
headers: {
|
|
|
830 |
throw new Error('无可用令牌');
|
831 |
}
|
832 |
Logger.info(`当前令牌索引: ${CONFIG.SSO_INDEX}`, 'Server');
|
833 |
+
Logger.info(`当前令牌: ${CONFIG.API.SIGNATURE_COOKIE}`, 'Server');
|
834 |
const newMessageReq = await fetch(`${CONFIG.API.BASE_URL}/api/rpc`, {
|
835 |
method: 'POST',
|
836 |
headers: {
|