Skip to main content

A local proxy for LLMs, providing a unified interface for multiple models and support for identity based authentication.

Project description

Prompt Passage

A local proxy for LLMs, providing a unified interface for multiple models and support for identity based authentication.

Getting started

First create your ~/.prompt-passage.yaml file and configure your providers:

Example config

service:
  port: 8095
  auth:
    type: apikey
    key: localkey
providers:
  azure-o4-mini-env:
    endpoint: "https://{service}.cognitiveservices.azure.com/openai/deployments/o4-mini/chat/completions?api-version=2025-01-01-preview"
    model: o4-mini
    auth:
      type: apikey
      envKey: AZURE_OPENAI_API_KEY
  azure-o4-mini-key:
    endpoint: "https://{service}.cognitiveservices.azure.com/openai/deployments/o4-mini/chat/completions?api-version=2025-01-01-preview"
    model: o4-mini
    auth:
      type: apikey
      key: djjskskskkkk
  azure-o4-mini-azure:
    endpoint: "https://{service}.cognitiveservices.azure.com/openai/deployments/o4-mini/chat/completions?api-version=2025-01-01-preview"
    model: o4-mini
    auth:
      type: azure

Running prompt-passage

Run prompt-passage to start the local proxy

# Run az login if using azure credentials

# Run prompt passage
pipx run prompt-passage

Connecting

Use OpenAI compatible, Azure OpenAI, or similar option from the tool you are trying to connect with.

Base url: http://localhost:8095/providers/{your provider name}/

API token can be any value unless auth is enabled.

Dev environment setup

# Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh

# Install packages
make install

# Lint and type check
make check

Docker

Build the container image:

docker build -t prompt-passage .

When using the azure authentication method, mount your Azure CLI credentials directory:

docker run -p 8095:8095 -v ~/.prompt-passage.yaml:/etc/prompt-passage.yaml -v ~/.azure:/root/.azure -e AZURE_OPENAI_API_KEY prompt-passage

Docker compose

services:
  prompt-passage:
    image: prompt-passage
    ports:
      - "8095:8095"
    volumes:
      - ~/.prompt-passage.yaml:/etc/prompt-passage.yaml  # mount config file
      - ~/.azure:/root/.azure # mount azure cli credentials if needed
    environment:
      - AZURE_OPENAI_API_KEY  # include any env vars used in the config

HTTPS

To serve the API over HTTPS, set PROMPT_PASSAGE_CERTFILE and optionally define PROMPT_PASSAGE_KEYFILE and PROMPT_PASSAGE_CA_CERTS for the private key and CA bundle:

Example:

PROMPT_PASSAGE_CERTFILE=/path/server.crt \
PROMPT_PASSAGE_KEYFILE=/path/server.key \
PROMPT_PASSAGE_CA_CERTS=/path/ca.pem \
python -m prompt_passage.cli

Project details


Download files

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

Source Distribution

prompt_passage-0.2.3.tar.gz (9.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

prompt_passage-0.2.3-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

File details

Details for the file prompt_passage-0.2.3.tar.gz.

File metadata

  • Download URL: prompt_passage-0.2.3.tar.gz
  • Upload date:
  • Size: 9.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for prompt_passage-0.2.3.tar.gz
Algorithm Hash digest
SHA256 fb6d3547bb6b4056165ff139d911335d4c302c22b8175e9f436fc99b905efc69
MD5 ed004d19d0edd80d4427d39e5890c898
BLAKE2b-256 416be9e5a74bea32f6e1ebbc4a4d99b0f2adcc98c9914c96282e5a7c710a302b

See more details on using hashes here.

Provenance

The following attestation bundles were made for prompt_passage-0.2.3.tar.gz:

Publisher: python-publish.yml on emgarten/prompt-passage

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file prompt_passage-0.2.3-py3-none-any.whl.

File metadata

  • Download URL: prompt_passage-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 10.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for prompt_passage-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 d2526e830b3c013d429fb90f2abe5921a80065f10de5eefee0484e6bdf580f81
MD5 b2134fdc8d14a59e51178e7a8abfb689
BLAKE2b-256 9f0a2f7deda56c4a22aafa02ed4580d173c622d0e93308a4327b9412905e436d

See more details on using hashes here.

Provenance

The following attestation bundles were made for prompt_passage-0.2.3-py3-none-any.whl:

Publisher: python-publish.yml on emgarten/prompt-passage

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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