Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -703,7 +703,7 @@ async def analyze_personality(payload: AnalysisRequest):
|
|
| 703 |
|
| 704 |
try:
|
| 705 |
client = genai.Client(api_key=api_key)
|
| 706 |
-
model = "gemini-3.
|
| 707 |
|
| 708 |
try:
|
| 709 |
generate_content_config = types.GenerateContentConfig(
|
|
|
|
| 703 |
|
| 704 |
try:
|
| 705 |
client = genai.Client(api_key=api_key)
|
| 706 |
+
model = "gemini-3.5-flash"
|
| 707 |
|
| 708 |
try:
|
| 709 |
generate_content_config = types.GenerateContentConfig(
|