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
revert: remove temporary _ONLY_RUN_EXAMPLES filter Restore test_examples.py to its original state now that the example fixes have been verified. Co-authored-by: openhands <openhands@all-hands.dev>
Fix Gemini model names in resolve_model_config.py Remove extra 'gemini/' prefix from model names to match the expected litellm_proxy model format: - litellm_proxy/gemini/gemini-3-pro-preview -> litellm_proxy/gemini-3-pro-preview - litellm_proxy/gemini/gemini-3-flash-preview -> litellm_proxy/gemini-3-flash-preview This fixes the integration test t01_fix_simple_typo failure with error: 'Invalid model name passed in model=gemini/gemini-3-pro-preview'