8000 Comparing v1.3.8...v1.3.9 · stulzq/azure-openai-proxy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: stulzq/azure-openai-proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.8
Choose a base ref
...
head repository: stulzq/azure-openai-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.9
Choose a head ref
  • 6 commits
  • 6 files changed
  • 5 contributors

Commits on Oct 11, 2023

  1. feat: allow changing the listening port (#70)

    Allow changing the listening port via command line or configuration
    file.
    
    Signed-off-by: cubercsl <2014cais01@gmail.com>
    cubercsl authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    482d1d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    e85eed3 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Make openaiModelMapper optional in the init process (#97)

    Modify the initialization condition in `azure/init.go` to allow the
    `openaiModelMapper` environment variable to be optional. This change
    facilitates configurations where the model mapper is not needed, and
    improving flexibility.
    
    Resolves: #95
    PeterDaveHello authored May 23, 2024
    Configuration menu
    Copy the full SHA
    7a8ff2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf4bce3 View commit details
    Browse the repository at this point in the history
  3. feat: support cors (#92)

    fqdeng authored May 23, 2024
    Configuration menu
    Copy the full SHA
    d0236ac View commit details
    Browse the repository at this point in the history
  4. fix ./cmd -v (#90)

    fix ./cmd -v
    before: 
                print nothing
    after: 
            printf
             version: 
             buildDate: 
              gitCommit:
    huhu415 authored May 23, 2024
    Configuration menu
    Copy the full SHA
    fda6426 View commit details
    Browse the repository at this point in the history
Loading
0