Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adithya04dev/openrouter-tool-check
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: OpenRouterTeam/openrouter-tool-check
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 97 files changed
  • 3 contributors

Commits on Jun 2, 2025

  1. Configuration menu
    Copy the full SHA
    7b42177 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	data/tool_support_results_latest.json
    #	docs/data.json
    #	docs/index.html
    Xeophon authored and Xeophon committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    ee91028 View commit details
    Browse the repository at this point in the history
  3. refactor: simplify data structure to use single JSON file

    - Replace multiple timestamped JSON files with single data.json in root
    - Remove incremental saving during model testing
    - Update all paths from data/tool_support_results_latest.json to data.json
    - Remove unnecessary file duplication to docs/data.json
    - Delete empty data directory and all historical JSON files
    - Simplify repository structure for easier collaboration and merging
    
    This change reduces merge conflicts and makes the codebase cleaner by having a single source of truth for test results.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    2 people authored and Xeophon committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    cd969d0 View commit details
    Browse the repository at this point in the history
  4. Slim down models

    Xeophon authored and Xeophon committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    511777c View commit details
    Browse the repository at this point in the history
  5. perf: optimize check_all_models.py with concurrent execution

    - Remove all sleep delays (0.5s and 0.3s) between requests
    - Implement concurrent request execution with asyncio
    - Add semaphore to limit concurrent requests to 5 at a time
    - Run all 3 tests per provider concurrently
    - Process models in batches of 3 to avoid overwhelming the API
    - Maintain correct httpx usage for OpenRouter API endpoints
    
    This significantly speeds up the testing process, especially when checking many models and providers.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    2 people authored and Xeophon committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    a4cadd7 View commit details
    Browse the repository at this point in the history
  6. Remove invocation on pushes

    Xeophon authored and Xeophon committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    6f02003 View commit details
    Browse the repository at this point in the history
  7. Add action to only deploy the website

    Xeophon authored and Xeophon committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    66d7414 View commit details
    Browse the repository at this point in the history
  8. Add HF

    Xeophon authored and Xeophon committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    7c275fd View commit details
    Browse the repository at this point in the history
  9. Add HF execution to Action

    Xeophon authored and Xeophon committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    bcdedca View commit details
    Browse the repository at this point in the history
  10. Fix website

    Xeophon authored and Xeophon committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    fdd8c01 View commit details
    Browse the repository at this point in the history
  11. Removed tool_choice=auto

    Xeophon authored and Xeophon committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    ca05e5a View commit details
    Browse the repository at this point in the history
Loading