Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python backend support + OpenAI Functions & Tools #53

Open
wants to merge 36 commits into
base: main
Choose a base branch
from

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    b4646eb View commit details
    Browse the repository at this point in the history
  2. Working on ChatGPT

    appenz committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    45e78e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e59f800 View commit details
    Browse the repository at this point in the history
  4. Turned off debugging

    appenz committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    9c1923b View commit details
    Browse the repository at this point in the history
  5. Fixed ordering of the fields that make up the key to enable compatibi…

    …lity. Fixed time in s vs. ms.
    appenz committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    aefa1c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Cleanup for GUI version

    appenz committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    e73e87e View commit details
    Browse the repository at this point in the history
  2. polishing

    appenz committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    cd2de6e View commit details
    Browse the repository at this point in the history
  3. Update README.md with image

    appenz authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    4198993 View commit details
    Browse the repository at this point in the history
  4. polish

    appenz committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    9b6a8e2 View commit details
    Browse the repository at this point in the history
  5. updated readme

    appenz committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    4537407 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    4cb34b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90d15aa View commit details
    Browse the repository at this point in the history
  3. Fix video element

    eob committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    cdbe353 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Merge commit '45374077ec8fb39fe5d28b638020bbf70fe962b6' into ec/steam…

    …ship-companion-app
    Enias Cailliau committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e4b12ba View commit details
    Browse the repository at this point in the history
  2. First commit

    Enias Cailliau committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    17e8e24 View commit details
    Browse the repository at this point in the history
  3. Clean up repo structure before adding it back in

    Enias Cailliau committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a556b0c View commit details
    Browse the repository at this point in the history
  4. Clean up for first review

    Enias Cailliau committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    cdd1b85 View commit details
    Browse the repository at this point in the history
  5. Add init_companion script

    Enias Cailliau committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9369a4a View commit details
    Browse the repository at this point in the history
  6. Add seed convo to companions

    Enias Cailliau committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    fc4bc40 View commit details
    Browse the repository at this point in the history
  7. update gitignore

    Enias Cailliau committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    51054eb View commit details
    Browse the repository at this point in the history
  8. Fixes from comments

    Enias Cailliau committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    4a48db2 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into ec/steamship-companion-app

    # Conflicts:
    #	.gitignore
    Enias Cailliau committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    19e0d4b View commit details
    Browse the repository at this point in the history
  10. Push temp companions

    Enias Cailliau committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    1f7c0f2 View commit details
    Browse the repository at this point in the history
  11. Update readme

    Enias Cailliau committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9588d53 View commit details
    Browse the repository at this point in the history
  12. Put back old comanions.json and add search tool

    Enias Cailliau committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    f248b3d View commit details
    Browse the repository at this point in the history
  13. Make voice responses optional

    Enias Cailliau committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a227a42 View commit details
    Browse the repository at this point in the history
  14. Clean up steamship.json

    Enias Cailliau committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    aeb793c View commit details
    Browse the repository at this point in the history
  15. Update python/README.md

    Co-authored-by: Douglas Reid <[email protected]>
    Enias Cailliau and douglas-reid authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    5c790fa View commit details
    Browse the repository at this point in the history
  16. Address comments PR

    Enias Cailliau committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    efd824e View commit details
    Browse the repository at this point in the history
  17. Merge branch 'ec/steamship-companion-app' of github.com:steamship-cor…

    …e/companion-app into ec/steamship-companion-app
    Enias Cailliau committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    eae8bb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Add missing Rick personality and improve seed_chat parsing

    Enias Cailliau committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    7361c13 View commit details
    Browse the repository at this point in the history
  2. Add improved image tool

    Enias Cailliau committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f37e234 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Make image generation compatible across companions

    Enias Cailliau committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    afa4861 View commit details
    Browse the repository at this point in the history
  2. Update init_companions script

    Enias Cailliau committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6818599 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Improve UUID formatting

    Enias Cailliau committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    845f0bf View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Upgrade to latest Steamship version

    Enias Cailliau committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ab40878 View commit details
    Browse the repository at this point in the history