Skip to main content

Plugin for LLM adding support for Google's PaLM 2 model

Project description

llm-palm

PyPI Changelog Tests License

Plugin for LLM adding support for Google's PaLM 2 model.

Installation

Install this plugin in the same environment as LLM.

llm install llm-palm

Configuration

You will need an API key from Google. Instructions for obtaining one: https://developers.generativeai.google/tutorials/setup

You can set that as an environment variable called PALM_API_KEY, or add it to the llm set of saved keys using:

llm keys set palm
Enter key: <paste key here>

Usage

This plugin adds a model called palm. You can execute it like this:

llm -m palm "Ten great names for a pet pelican"

PaLM also supports system prompts:

echo "I like pelicans a lot" | llm -m palm --system "Translate to french"

Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:

cd llm-palm
python3 -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

llm-palm-0.1.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

llm_palm-0.1-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page