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 parameter support for Local LLMs and GROQ #808

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

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    0f4b1a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c8f320 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e206508 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e182be View commit details
    Browse the repository at this point in the history
  5. Fixing defaulted temperature

    gpapp committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    5332853 View commit details
    Browse the repository at this point in the history
  6. Merged

    gpapp committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    6ecc7bd View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Adding GROQ support

    gpapp committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    1276ab8 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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

Commits on Mar 28, 2024

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

Commits on Mar 30, 2024

  1. Added groq SDK.

    Added more aggressive file content parsing to CodeMonkey.py
    Added more aggressive response parsing to function_calling.py
    gpapp committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    1c261a0 View commit details
    Browse the repository at this point in the history
  2. Fixed additional parameter casting to float.

    Moved return type enforcement to function_calling
    This should work with OpenAI as well.
    gpapp committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    4fcb235 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7bd3da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6949110 View commit details
    Browse the repository at this point in the history
  5. Overwrite static temperature

    gpapp committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    54dab8e View commit details
    Browse the repository at this point in the history
  6. Merge with upstream branch

    gpapp committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    5b1ae39 View commit details
    Browse the repository at this point in the history
  7. Updating defaults

    gpapp committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    b8d6309 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f27fd5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2 from gpapp/main

    merging groq from @senko with own implementation
    gpapp committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    55c76dd View commit details
    Browse the repository at this point in the history