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: anasfik/openai
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: anasfik/openai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: azure
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 26 files changed
  • 2 contributors

Commits on Nov 7, 2023

  1. [ Add ] added initial code implmenttaion for azure completion, embedd…

    …ings and chat completion APIs, this needs to be tested as it required changes in the package core module
    anasfik committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    7cf6467 View commit details
    Browse the repository at this point in the history
  2. [ Edit, Fix ] minor changes, moved functions example from test folder…

    … to example/lib, fixed Azure Template URL
    anasfik committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    27df919 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b960306 View commit details
    Browse the repository at this point in the history
  4. [ Remove ] removed extension from base OpenAI modules to Azure OpenAI…

    … to avoid auto completions of original methods from IDE
    anasfik committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    48cfcb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9182c55 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

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

Commits on Dec 12, 2023

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

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    c203c1d View commit details
    Browse the repository at this point in the history
  2. docs: support azure openai

    zmhu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    21c6dd8 View commit details
    Browse the repository at this point in the history
  3. docs: beauty doc

    zmhu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    c97a99f View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    a89a2dc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'azure' into azure

    zmhu authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    59f1312 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Merge pull request #143 from geeker-ai/azure

    adapt to azure openai
    anasfik authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    377e976 View commit details
    Browse the repository at this point in the history
Loading