Run a Python interpreter in the LLM virtual environment
Project description
llm-python
Run a Python interpreter in the LLM virtual environment
Installation
Install this plugin in the same environment as LLM.
llm install llm-python
Usage
This plugin adds a new python
command to LLM. This executes Python in the same virtual environment as LLM itself.
You can use this to check the Python version
llm python --version
# Should output 'Python 3.10.10' or similar
Or to start a Python shell. In that shell you can import llm
and use it to interact with models:
llm python
Python 3.10.10 (main, Mar 21 2023, 13:41:05) [Clang 14.0.6 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import llm
>>> m = llm.get_model("mistral-7b-instruct-v0")
>>> print(m.prompt("Three fun facts about pelicans"))
1. Pelicans have a unique method of hunting for food. They fly high above the water and then fold their wings into a disc shape, creating a large scoop that they use to catch fish. This technique is called “plunge diving” and it allows them to catch up to six pounds of fish in one dive!
2. Pelicans have an incredible memory when it comes to finding food. They can remember the location of every single fishing spot they’ve ever visited, even if it’s been years since they last went there. This is because they use a combination of visual cues and the earth’s magnetic field to navigate.
3. Pelicans are incredibly social birds that form large flocks called “rookeries.” These rookeries can contain thousands of pelicans, and they are often found in areas with abundant food sources such as coastlines or offshore islands. In these groups, pelicans will engage in a variety of behaviors, including preening, grooming, and even playing with one another.
Development
To set up this plugin locally, first checkout the code. Then create a new virtual environment:
cd llm-python
python3 -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
llm install -e '.[test]'
To run the tests:
pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file llm-python-0.1.tar.gz
.
File metadata
- Download URL: llm-python-0.1.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6658ce60b2920eed3aa4c772ef7b94fd40291bb17a27fa5573f10f803b9d2e9 |
|
MD5 | 1e2f792dd18bd9b75189e563b5912bba |
|
BLAKE2b-256 | f21d458635c7ba0fd7ad5b26c356cd489791afd00b68dfdbc09159c13d8e3b7d |
File details
Details for the file llm_python-0.1-py3-none-any.whl
.
File metadata
- Download URL: llm_python-0.1-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44c4dc50dbd0cb6c7f3c7b3b6551db9deb2dd044317ac816e385aff646ffbb0f |
|
MD5 | 8d11b7e7e488d72775ef773e258f3a93 |
|
BLAKE2b-256 | 5985ebd4a6374dca29619b3274e52a164359db99aa856b4b67e983de24ab4f1b |