refactor/ RREADME updated, About Us updated, unused route removed
This commit is contained in:
1 parent
ed8b2b47b6
commit
b11d5ceca3
5 files changed
+93
-59
No files matched your search
@@ -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;
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user