humanvprojectceo commited on
Commit
dc0ee32
·
verified ·
1 Parent(s): cdcbda7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.1-flash-lite"
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(