hruday96 commited on
Commit
bcdf45a
·
verified ·
1 Parent(s): b6e5361

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ if st.button("Generate Enhanced Prompt"):
68
  prompt = RAIKAGE_TEMPLATE.format(user_prompt=topic)
69
 
70
  # Initialize the generative model
71
- model = genai.GenerativeModel('gemini-pro')
72
 
73
  # Generate enhanced prompt
74
  try:
 
68
  prompt = RAIKAGE_TEMPLATE.format(user_prompt=topic)
69
 
70
  # Initialize the generative model
71
+ model = genai.GenerativeModel('gemini-2.0-flash')
72
 
73
  # Generate enhanced prompt
74
  try: