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: openai/openai-quickstart-python
base: master
Choose a base ref
...
head repository: mcnamee98/openai-quickstart-python
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 23 files changed
  • 1 contributor

Commits on Aug 14, 2023

  1. Sample openai app

    Sample app fully generated and premade using open ais sample documentation
    mcnamee98 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    731818f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. functioning front end

    We now have a properly functioning front end interface integrated and embedded with open.ai 0.27.0
    mcnamee98 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    b8abc54 View commit details
    Browse the repository at this point in the history
  2. Dynamic formatting

    Implementation of dynamic html/css formatting for outputs
    mcnamee98 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3539133 View commit details
    Browse the repository at this point in the history
  3. updates to readme

    Updating readme to reflect nature of repo
    mcnamee98 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3b1c94c View commit details
    Browse the repository at this point in the history
  4. Name change

    name change in readme
    mcnamee98 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    cefe092 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. DataBase setup

    We now have a postgresql database implemented into the code to allow saving of inputs and outputs of the api call
    mcnamee98 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    36d79f6 View commit details
    Browse the repository at this point in the history
  2. Read db from site

    On top of having a database to store our input/outputs in we now are able to access these results directly from our website
    mcnamee98 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9bc2d42 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Updates to prev articles

    Simple updates to various files, namely previous articles webpage
    mcnamee98 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    db96178 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Finally Running From New Repo

    We finally got the legacy local host server to stop running and are now able to get the code running from our new standalone repo. We need to set our api key in this new repo
    mcnamee98 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    6deb330 View commit details
    Browse the repository at this point in the history