refactor/ RREADME updated, About Us updated, unused route removed

This commit is contained in:
nicoagostini committed 2025-05-23 02:29:59 -07:00
1 parent ed8b2b47b6
commit b11d5ceca3
5 files changed
+93 -59

No files matched your search

+1 -1
View File
@@ -13,7 +13,7 @@ async function generateFact(factInput) {
async function generateSuggestions() {
const response = await ai.models.generateContent({
model: "gemini-2.0-flash",
contents: "Return a mock investment suggestion 3-5 lines only",
contents: "Return a mock investment suggestion 3-5 lines only, please do not include any extra text or explanation.",
});
return response.text;
}