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

Converted project into a python package. #199

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

Commits on Dec 22, 2023

  1. Added support for gemini pro vision.

    Model can be set on runtime using  `MODEL=gemini poetry run uvicorn main:app --reload --port 7001` or by configuring it on the web ui.
    Follow instructions on the README to set appropriate api keys.
    theonlyamos committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    9fd6378 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99e1a94 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. copying of build files into backend when yarn build is run in front…

    …end.
    
    serving 'index.html' from built frontend files as homepage.
    theonlyamos committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    a1cce87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9655480 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf8dcee View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    134043c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9abb009 View commit details
    Browse the repository at this point in the history