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

Refactor API to work with openbb-chat package #1

Merged
merged 4 commits into from
Aug 29, 2023

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    9808f5c View commit details
    Browse the repository at this point in the history
  2. Refactor API to work with openbb-chat

    Previously the API was not using openbb-chat from PyPI. The code has
    also been optimized to load the models at the startup of the API instead
    of loading them at the endpoint.
    Dedalo314 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9eaea73 View commit details
    Browse the repository at this point in the history
  3. Add requirements.txt

    Dedalo314 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7822953 View commit details
    Browse the repository at this point in the history
  4. Dockerfile updated to work with openbb-chat

    The previously Dockerfile has been updated to work with the openbb-chat
    version downloaded from PyPI.
    Dedalo314 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f713712 View commit details
    Browse the repository at this point in the history