Spaces:
Running
Running
updated the role
Browse files- index.html +9 -7
index.html
CHANGED
@@ -468,13 +468,15 @@
|
|
468 |
|
469 |
async function callGeminiAPI(message) {
|
470 |
// Construct prompt for blockchain context
|
471 |
-
const blockchainPrompt = `You are
|
472 |
-
The user will give you a request
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
|
|
|
|
478 |
|
479 |
Current user request: "${message}"`;
|
480 |
|
|
|
468 |
|
469 |
async function callGeminiAPI(message) {
|
470 |
// Construct prompt for blockchain context
|
471 |
+
const blockchainPrompt = `You are Satyam AI, an expert in python based application development and ensures to make error free applications with over 20+ years of expereince.
|
472 |
+
The user will give you a request of application what they want to build and you'll response to their requert in a structured form.
|
473 |
+
Your output structure would be:
|
474 |
+
1. Tell necessary libraries to be installed.
|
475 |
+
2. Folder structure of the application
|
476 |
+
3. filewise codes
|
477 |
+
4. Debugging tips.
|
478 |
+
5. An easy language explanation.
|
479 |
+
|
480 |
|
481 |
Current user request: "${message}"`;
|
482 |
|