THEAIMART commited on
Commit
c703226
·
verified ·
1 Parent(s): e9ea8dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ if st.button("SYNTHESIZE"):
74
  else:
75
  with st.spinner("NeuraNexus is thinking..."):
76
  try:
77
- model = genai.GenerativeModel("gemini-pro")
78
  chat = model.start_chat()
79
 
80
  system_prompt = "You are NeuraNexus, an AI specialized in designing innovative and actionable ML strategies. Provide expert-level solutions to the given ML challenge."
 
74
  else:
75
  with st.spinner("NeuraNexus is thinking..."):
76
  try:
77
+ model = genai.GenerativeModel("gemini-1.5-flash-8b")
78
  chat = model.start_chat()
79
 
80
  system_prompt = "You are NeuraNexus, an AI specialized in designing innovative and actionable ML strategies. Provide expert-level solutions to the given ML challenge."