Skip to main content

Promptia is a Python library designed to streamline the management and generation of prompts for Large Language Models (LLMs).

Project description

Promptia

Promptia is a Python library designed to streamline the management and generation of prompts for Large Language Models (LLMs).

Features

  • Manage prompt templates for various LLMs and APIs
  • Convert abstract templates to specific API formats
  • Support for function calling with detailed configurations
  • Version control for templates
  • Dynamic information embedding using Retrieval-Augmented Generation (RAG)
  • Modular design for flexibility and extensibility

Installation

pip install promptia[openai]

Quick Start

from promptia import Promptia
from promptia import PromptTemplate
from promptia import Message
from promptia.llm.openai import OpenAIGPT4oMini

template = PromptTemplate(
    name='greeting',
    description='greeting template',
    system="Your name is {{name}}. You have wandered into {{place}}. Please act.",
    messages=[
        Message(role='user', content='Who are you?'),
    ],
    parameters={
        'name': 'string',
        'place': 'string'
    },
    function_calling_config=None
)
tia = Promptia()
prompt = tia.build(template, {"name": "Alice", "place": "Wonderland"})

llm = OpenAIGPT4oMini()
result = llm.call_llm(prompt)
print(result)

Contributing

We welcome contributions! Please see our Contributing Guidelines for more details.

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

promptia-0.5.0.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

promptia-0.5.0-py3-none-any.whl (13.3 kB view details)

Uploaded Python 3

File details

Details for the file promptia-0.5.0.tar.gz.

File metadata

  • Download URL: promptia-0.5.0.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/5.15.136-tegra

File hashes

Hashes for promptia-0.5.0.tar.gz
Algorithm Hash digest
SHA256 aba636c9dd81242b03a1f2d86361e3b20883420ecdedfc5b8e8d3254051909ec
MD5 d445de6c85f2395db4548551d9e5af5f
BLAKE2b-256 5efd74ccb010bc3290b5433c3527e69eb2af07612586d176c45c1b75d65bb2b0

See more details on using hashes here.

File details

Details for the file promptia-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: promptia-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 13.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/5.15.136-tegra

File hashes

Hashes for promptia-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 15f3c71ccf456ad9f15ea80d9b2aa215ae68ca75df51b987b033f58a41a857e9
MD5 65b69d73f255096e320633180da4d240
BLAKE2b-256 aba31cb1d49e9b4bd2603df731aafe270fa442db09dad636f89c482266269523

See more details on using hashes here.

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