hruday96 commited on
Commit
90c5595
·
verified ·
1 Parent(s): 132cc6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def generate_enhanced_prompt(user_prompt, mode):
22
  system_prompt = "You are a world-class AI strategist specializing in execution-focused prompts. Transform the following prompt for high-impact, expert-level results."
23
 
24
  # Generate response using Gemini API
25
- response = genai.generate_content(system_prompt + "\n\n" + user_prompt)
26
  return response
27
 
28
  # Process User Input
 
22
  system_prompt = "You are a world-class AI strategist specializing in execution-focused prompts. Transform the following prompt for high-impact, expert-level results."
23
 
24
  # Generate response using Gemini API
25
+ response = gemini_model.generate_content(system_prompt + "\n\n" + user_prompt)
26
  return response
27
 
28
  # Process User Input