Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ therapists = {
|
|
96 |
}
|
97 |
|
98 |
# Initialize Gemini model
|
99 |
-
model = genai.GenerativeModel("
|
100 |
generation_config={"temperature": 0.7, "max_output_tokens": 200})
|
101 |
|
102 |
# Chatbot function
|
|
|
96 |
}
|
97 |
|
98 |
# Initialize Gemini model
|
99 |
+
model = genai.GenerativeModel("learnlm-1.5-pro-experimental",
|
100 |
generation_config={"temperature": 0.7, "max_output_tokens": 200})
|
101 |
|
102 |
# Chatbot function
|