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

Hugging Face API and Unique LLM for Subordinates #221

Open
wants to merge 6 commits into
base: development
Choose a base branch
from

Commits on Oct 26, 2024

  1. Update initialize.py

    Added Hugging Face model
    neb6dav authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    c279b48 View commit details
    Browse the repository at this point in the history
  2. Update example.env

    Added Hugging Face API key
    neb6dav authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    cc04370 View commit details
    Browse the repository at this point in the history
  3. Update models.py

    Added import HuggingFaceEndPoint from langchain_huggingface also added Hugging Face models. Temperature has to be positive.
    neb6dav authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    d4df42f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Update agent.py

    Updated to accommodate allowing a0 to generate subordinate roles and assign them with unique chat_model and utility_model, but not Embedding models.
    neb6dav authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    e116166 View commit details
    Browse the repository at this point in the history
  2. Update initialize.py

    Updated to allow for a0 to create subordinates with "defined" roles, which include unique chat_model and utility_model.
    neb6dav authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    9107127 View commit details
    Browse the repository at this point in the history
  3. Update call_subordinate.py

    Updated tool so that tool is able to utilize unique chat_model and utility_model.
    neb6dav authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    99f0020 View commit details
    Browse the repository at this point in the history