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

feat: function calling #139

Merged
merged 22 commits into from
Jan 19, 2024
Merged

feat: function calling #139

merged 22 commits into from
Jan 19, 2024

Commits on Dec 6, 2023

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

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    595a6bc View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into gilad/functionCalling

    # Conflicts:
    #	llama/addon.cpp
    #	src/llamaEvaluator/LlamaContext.ts
    #	src/llamaEvaluator/LlamaModel.ts
    #	src/utils/getBin.ts
    giladgd committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    7a7d03e View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

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

Commits on Dec 19, 2023

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

Commits on Jan 17, 2024

  1. feat: LlamaText util

    giladgd committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    4fcafe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d3f125 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47a7d1d View commit details
    Browse the repository at this point in the history
  4. docs: improve type docs

    giladgd committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    fc7ebb7 View commit details
    Browse the repository at this point in the history
  5. test: update tests

    giladgd committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    1486f49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dcb2d42 View commit details
    Browse the repository at this point in the history
  7. fix: typo

    giladgd committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    22d125f View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    3fb3466 View commit details
    Browse the repository at this point in the history
  2. fix: bug

    giladgd committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    0380db0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0256245 View commit details
    Browse the repository at this point in the history
  4. style: lint

    giladgd committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    83ba35f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e51b631 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2248190 View commit details
    Browse the repository at this point in the history
  7. chore: configuring CI

    giladgd committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5adcd40 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. chore: configuring ci

    giladgd authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    aad9e31 View commit details
    Browse the repository at this point in the history
  2. fix: disable Metal for x64 arch by default

    Metal on macOS on `x64` isn't supported well in `llama.cpp` ATM, so disabling it by default will be better for most Intel macOS users.
    giladgd committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    477aab1 View commit details
    Browse the repository at this point in the history
  3. fix: typo

    giladgd committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    2b51f6e View commit details
    Browse the repository at this point in the history