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: etalab-ia/OpenGateLLM
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.8
Choose a base ref
...
head repository: etalab-ia/OpenGateLLM
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.0
Choose a head ref
  • 4 commits
  • 150 files changed
  • 6 contributors

Commits on Oct 31, 2025

  1. fix: BaseClient format request (#495)

    * fix: BaseClient format request
    
    * Update pyproject.toml version
    
    ---------
    
    Co-authored-by: GitHub Actions <[email protected]>
    leoguillaume and actions-user authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    15cc69f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. fix: avoid max shard exceded (#498)

    * fix: avoid max shard exceded
    
    * Update pyproject.toml version
    
    * Update unit coverage badge
    
    * fix: type in vectorstore init
    
    * Update unit coverage badge
    
    * fix: create collection in vectorstore
    
    * Update coverage badge
    
    ---------
    
    Co-authored-by: GitHub Actions <[email protected]>
    Co-authored-by: leoguillaume <[email protected]>
    3 people authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    ab03de5 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. add username for redis connection (#496)

    * add redis_username parameter
    
    * rebase
    
    * add docuementation
    
    * Update pyproject.toml version
    
    * Update unit coverage badge
    
    ---------
    
    Co-authored-by: Alessandro Mosca <[email protected]>
    Co-authored-by: GitHub Actions <[email protected]>
    Co-authored-by: moscaale <[email protected]>
    4 people authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    7e5812f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. Replace Streamlit by Reflex for playground (#493)

    * wip 0
    
    * add role page
    
    * add user and organization
    
    * lint
    
    * hide somes page for master user
    
    * remove password dialog
    
    * clean key page
    
    * clean usage page
    
    * create role
    
    * wip
    
    * clean role
    
    * wip
    
    * finish
    
    * add doc
    
    * Update pyproject.toml version
    
    * Update coverage badge
    
    ---------
    
    Co-authored-by: GitHub Actions <[email protected]>
    Co-authored-by: leoguillaume <[email protected]>
    3 people authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    2370427 View commit details
    Browse the repository at this point in the history
Loading