This commit is contained in:
Dhravya Shah 2024-07-28 09:45:15 -07:00
parent 1171a97a8b
commit 78e35e395b
6 changed files with 23638 additions and 18594 deletions

View file

@ -37,14 +37,6 @@ const createMemoryFromAPI = async (input: {
),
);
if (numberOfItemsSavedInLast2Hours[0]!.count >= 20) {
return {
success: false,
data: 0,
error: `You have exceeded the limit`,
};
}
const vectorSaveResponse = await fetch(
`${process.env.BACKEND_BASE_URL}/api/add`,
{