Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
YUFI-API/ProxyRecGen
YUFI-API
/
PomogatorProxy
like
1
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Rooni
commited on
Mar 22, 2024
Commit
ef85df4
·
verified
·
1 Parent(s):
8f6b7be
Update server.js
Browse files
Files changed (1)
hide
show
server.js
+0
-1
server.js
CHANGED
Viewed
@@ -85,7 +85,6 @@ app.post('/gen', async (req, res) => {
85
"content": prompt,
86
}
87
],
88
-
"max_tokens": 4095,
89
};
90
}
91
85
"content": prompt,
86
}
87
],
88
};
89
}
90