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

add-OpenHermes-7B-Support #421

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

Commits on Mar 31, 2024

  1. Update chat_agent.py

    Added regex to parse possible choices.
    BierschneiderEmanuel authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    82c9343 View commit details
    Browse the repository at this point in the history
  2. Update model_backend.py

    changed backend to mistral-7B
    BierschneiderEmanuel authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    e035780 View commit details
    Browse the repository at this point in the history
  3. Update typing.py

    Added mistral-7B
    BierschneiderEmanuel authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    bbc7baa View commit details
    Browse the repository at this point in the history
  4. Update utils.py

    Added Mistral-7B
    BierschneiderEmanuel authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    df6e01e View commit details
    Browse the repository at this point in the history
  5. Update web_spider.py

    Added mistral-7B
    BierschneiderEmanuel authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    fbf819e View commit details
    Browse the repository at this point in the history
  6. Update embedding.py

    Ädded embedding stub. Needs still improvement...
    BierschneiderEmanuel authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    6817393 View commit details
    Browse the repository at this point in the history
  7. Update experience.py

    Changed model to mistral-7B
    BierschneiderEmanuel authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    c9a2bf1 View commit details
    Browse the repository at this point in the history
  8. Update utils.py

    Added mistral-7B
    BierschneiderEmanuel authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    2c64066 View commit details
    Browse the repository at this point in the history
  9. Update requirements.txt

    req. update due to new api of ollama openhermes mistral 7B
    BierschneiderEmanuel authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    4bcc11e View commit details
    Browse the repository at this point in the history
  10. Update run.py

    Changed config to use mistral-7B
    BierschneiderEmanuel authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    c695bc1 View commit details
    Browse the repository at this point in the history
  11. Update chat_agent.py

    removed id
    BierschneiderEmanuel authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    450faca View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a026199 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    14790a6 View commit details
    Browse the repository at this point in the history