You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move and rename the Gemini API module to llm: app/api/gemini/gemini.py -> app/api/llm/llm.py, update handler names and endpoints from /gemini to /llm, and adjust meta messages accordingly. Delete app/api/gemini/__init__.py and add app/api/llm/__init__.py exporting llm_router. Update app/api/routes.py to import and include the new llm router; also import the same llm router as gemini_router (preserving the previous router name) and remove the prompts_router import/include.
0 commit comments