personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump gemini model

+1 -1
+1 -1
think/models.py
··· 40 40 # E.g., "gpt-5.2-high" → reasoning_effort="high", "gpt-5.2" → omitted. 41 41 OPENAI_EFFORT_SUFFIXES = ("-none", "-low", "-medium", "-high", "-xhigh") 42 42 43 - GEMINI_PRO = "gemini-3-pro-preview" 43 + GEMINI_PRO = "gemini-3.1-pro-preview" 44 44 GEMINI_FLASH = "gemini-3-flash-preview" 45 45 GEMINI_LITE = "gemini-2.5-flash-lite" 46 46