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: render-examples/express-hello-world
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: knandersen/openai-server
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.
  • 13 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 4, 2023

  1. adding .gitignore

    knandersen committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    02d7b73 View commit details
    Browse the repository at this point in the history
  2. ignore yarn.lock

    knandersen committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    80bd609 View commit details
    Browse the repository at this point in the history
  3. initial test

    knandersen committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    f680f02 View commit details
    Browse the repository at this point in the history
  4. die yarn.lock

    knandersen committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    59df925 View commit details
    Browse the repository at this point in the history
  5. removed cache

    knandersen committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    4d2e2dd View commit details
    Browse the repository at this point in the history
  6. removed cache

    knandersen committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    2998913 View commit details
    Browse the repository at this point in the history
  7. add CORS allows

    knandersen committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    3c42402 View commit details
    Browse the repository at this point in the history
  8. and the cors package

    knandersen committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    3b8be27 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. - upgraded to text-davinci-003

    - connect endpoint now returns text
    - completion endpoint now returns text
    knandersen committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    912708a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c490f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Configuration menu
    Copy the full SHA
    2353708 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    250201e View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

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