https://github.com/alan-turing-institute/llm-reginald

https://github.com/alan-turing-institute/llm-reginald

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: alan-turing-institute
  • Language: Python
  • Default Branch: main
  • Size: 16.6 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme

README.md

llm-reginald

LLM plugin for interacting with Reginald.

Assuming LLM is already installed, install this plugin with

llm install https://github.com/alan-turing-institute/llm-reginald

The plugin requires that a Reginald server is running. By default this is assumed to be at http://localhost:8000. This can be started by running the following command (for instance), provided by the Reginald package:

reginald_run_api_llm --model llama-index-llama-cpp --model-name https://huggingface.co/TheBloke/Llama-2-7b-Chat-GGUF/resolve/main/llama-2-7b-chat.Q4_K_M.gguf --mode chat --data-dir data/ --which-index handbook --max-input-size 4096 --n-gpu-layers -1

You can now interact with the llm model as

llm -m reginald 'Who are you?'

Use a different server URL:

llm -m reginald -o server_url <server_url> ...

Owner

  • Name: The Alan Turing Institute
  • Login: alan-turing-institute
  • Kind: organization
  • Email: info@turing.ac.uk

The UK's national institute for data science and artificial intelligence.

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

poetry.lock pypi
  • annotated-types 0.7.0
  • anyio 4.4.0
  • certifi 2024.6.2
  • click 8.1.7
  • click-default-group 1.2.4
  • colorama 0.4.6
  • distro 1.9.0
  • h11 0.14.0
  • httpcore 1.0.5
  • httpx 0.27.0
  • idna 3.7
  • llm 0.14
  • openai 1.33.0
  • pip 24.0
  • pluggy 1.5.0
  • pydantic 2.7.3
  • pydantic-core 2.18.4
  • pyreadline3 3.4.1
  • python-dateutil 2.9.0.post0
  • python-ulid 2.6.0
  • pyyaml 6.0.1
  • setuptools 70.0.0
  • six 1.16.0
  • sniffio 1.3.1
  • sqlite-fts4 1.0.3
  • sqlite-migrate 0.1b0
  • sqlite-utils 3.36
  • tabulate 0.9.0
  • tqdm 4.66.4
  • typing-extensions 4.12.2
pyproject.toml pypi
  • llm ^0.14
  • python >=3.11,<3.12