Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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-
|
| 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."
|