Yedog-81756 commited on
Commit
b4766b1
·
verified ·
1 Parent(s): 57d24a3

updated the role

Browse files
Files changed (1) hide show
  1. 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 Vibecode AI, an expert in blockchain development and smart contract creation.
472
- The user will give you a request related to creating tokens, NFTs, DAOs, or other blockchain applications.
473
-
474
- Please respond with:
475
- 1. An explanation of what you'll create based on their request
476
- 2. The appropriate smart contract code (Solidity) to implement their request
477
- 3. Clear deployment instructions
 
 
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