reduce # generations to 10
This commit is contained in:
@ -529,10 +529,6 @@ export default function CodeEditor({
|
||||
setFiles(response);
|
||||
setDeletingFolderId("");
|
||||
});
|
||||
|
||||
setTimeout(() => {
|
||||
setDeletingFolderId("");
|
||||
}, 3000);
|
||||
};
|
||||
|
||||
if (isAwaitingConnection)
|
||||
|
@ -59,7 +59,7 @@ export default function GenerateInput({
|
||||
}: {
|
||||
regenerate?: boolean;
|
||||
}) => {
|
||||
if (user.generations >= 30) {
|
||||
if (user.generations >= 10) {
|
||||
toast.error(
|
||||
"You reached the maximum # of generations. Contact @ishaandey_ on X/Twitter to reset :)"
|
||||
);
|
||||
|
Reference in New Issue
Block a user