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 support for Google AI as an LLM #416

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

Commits on Nov 24, 2024

  1. Configuration menu
    Copy the full SHA
    6817a86 View commit details
    Browse the repository at this point in the history
  2. Provide the (disabled) tests for the Google AI LLM access

    To run the tests you need to retrieve an API key from Google's AI
    Platform, set it to the apiKey variable and remove the @disabled
    annotation from the test class.
    stephanlukasczyk committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    0e67640 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49642ad View commit details
    Browse the repository at this point in the history
  4. Fix ktlint issues

    stephanlukasczyk committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    c3c3cbb View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    e2e6706 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c415f4b View commit details
    Browse the repository at this point in the history
  3. Remove the models prefix for Google AI

    Every model retrieved from the API is prefixed by `models/` which does
    not add any value to the user, thus we remove it.
    stephanlukasczyk committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    ce69eba View commit details
    Browse the repository at this point in the history