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.4.1.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

promptia-0.4.1-py3-none-any.whl (13.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: promptia-0.4.1.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.4.1.tar.gz
Algorithm Hash digest
SHA256 7af6fd42010daa908eedc101b3f39f98dd74d2574325fc349eaa54b6e55d9ecf
MD5 75cd243c0ca596bc78661e332b9f98b9
BLAKE2b-256 fb4d24a8831d614b3ba64c9c10c581add2bbbdeab354d0de1ee1b99a21ff363b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: promptia-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 13.4 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.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 41e6cfa8631c3f9ae1b20353b5de34f68838b5f3c1871b5b4e270d0a3be36d02
MD5 e0dcaf134fed371aecfdb58329f8748d
BLAKE2b-256 7c741f1a61f93589d9100077ea25ff2c51e98207563cacf45716fb45f70022b6

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