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

Adding support for local LLMs. #30

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

Adding support for local LLMs. #30

wants to merge 20 commits into from

Commits on Sep 26, 2023

  1. Update dev-requirements.txt

    added requirement of molbloom requried by .tools.databases
    avanteijlingen committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a83a4d2 View commit details
    Browse the repository at this point in the history
  2. Added function to load your LLM

    Locally stored LlamaCPP model
    avanteijlingen committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e7751e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d17dae View commit details
    Browse the repository at this point in the history
  4. Update README.md

    avanteijlingen committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    584c312 View commit details
    Browse the repository at this point in the history
  5. turn back on features

    avanteijlingen committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    064adf1 View commit details
    Browse the repository at this point in the history
  6. Revert "turn back on features"

    This reverts commit 064adf1.
    avanteijlingen committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e0bef21 View commit details
    Browse the repository at this point in the history
  7. Revert "Revert "turn back on features""

    This reverts commit e0bef21.
    avanteijlingen committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6dccea0 View commit details
    Browse the repository at this point in the history
  8. Revert "turn back on features"

    This reverts commit 064adf1.
    avanteijlingen committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    53571c1 View commit details
    Browse the repository at this point in the history
  9. Revert "Update README.md"

    This reverts commit 584c312.
    avanteijlingen committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d6324fc View commit details
    Browse the repository at this point in the history
  10. Revert "updated readme for new feature"

    This reverts commit 3d17dae.
    avanteijlingen committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d5d3346 View commit details
    Browse the repository at this point in the history
  11. Revert "Added function to load your LLM"

    This reverts commit e7751e0.
    avanteijlingen committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2698112 View commit details
    Browse the repository at this point in the history
  12. Revert "Update dev-requirements.txt"

    This reverts commit a83a4d2.
    avanteijlingen committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7d56c0b View commit details
    Browse the repository at this point in the history
  13. modified _make_llm

    To allow for loading llamaCpp and GPT4ALL models
    avanteijlingen committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3caac63 View commit details
    Browse the repository at this point in the history
  14. Update chemcrow.py

    fixed tools_llm arguements
    avanteijlingen committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    290a63b View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    9eb2c09 View commit details
    Browse the repository at this point in the history
  2. updated readme

    doncamilom committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    07858c4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #29 from ur-whitelab/avanteijlingen-main

    Add support for local LLMs with GPT4All
    doncamilom committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3accd0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6336c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    067f65f View commit details
    Browse the repository at this point in the history
  6. update readme

    doncamilom committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    20f6fa9 View commit details
    Browse the repository at this point in the history