Update index.js
Browse files
index.js
CHANGED
@@ -96,7 +96,7 @@ app.post('/api/chara/search', async (req, res) => {
|
|
96 |
const PORT = process.env.PORT || 7860
|
97 |
app.listen(PORT, async () => {
|
98 |
console.log('App running on port', PORT)
|
99 |
-
await characterAI.authenticateWithToken(process.env.cToken || process.
|
100 |
})
|
101 |
|
102 |
function formatSize(num) {
|
|
|
96 |
const PORT = process.env.PORT || 7860
|
97 |
app.listen(PORT, async () => {
|
98 |
console.log('App running on port', PORT)
|
99 |
+
await characterAI.authenticateWithToken(process.env.cToken || process.env.cToken2 || process.env.cToken3)
|
100 |
})
|
101 |
|
102 |
function formatSize(num) {
|