Skip to main content

An integration package connecting Prompty and GigaChain

Project description

langchain-prompty

This package contains the LangChain integration with Microsoft Prompty.

Installation

pip install -U langchain-prompty

Usage

Use the create_chat_prompt function to load prompty file as prompt.

from langchain_prompty import create_chat_prompt

prompt = create_chat_prompt('<your .prompty file path>')

Then you can use the prompt for next steps.

Here is an example .prompty file:

---
name: Basic Prompt
description: A basic prompt that uses the GPT-3 chat API to answer questions
authors:
  - author_1
  - author_2
model:
  api: chat
  configuration:
    azure_deployment: gpt-35-turbo
sample:
  firstName: Jane
  lastName: Doe
  question: What is the meaning of life?
  chat_history: []
---
system:
You are an AI assistant who helps people find information.
As the assistant, you answer questions briefly, succinctly, 
and in a personable manner using markdown and even add some personal flair with appropriate emojis.

{% for item in chat_history %}
{{item.role}}:
{{item.content}}
{% endfor %}


user:
{{input}}

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

gigachain_prompty-0.0.2.tar.gz (9.4 kB view details)

Uploaded Source

Built Distribution

gigachain_prompty-0.0.2-py3-none-any.whl (10.2 kB view details)

Uploaded Python 3

File details

Details for the file gigachain_prompty-0.0.2.tar.gz.

File metadata

  • Download URL: gigachain_prompty-0.0.2.tar.gz
  • Upload date:
  • Size: 9.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.11.6 Darwin/23.5.0

File hashes

Hashes for gigachain_prompty-0.0.2.tar.gz
Algorithm Hash digest
SHA256 ad24dcfbe33840fc97dcb084e0bda91a28c848ed7e82905ecb2fd72b06fd890e
MD5 9b2715bb7ac948ef97480e86d490ea8c
BLAKE2b-256 e0305d1a2b1cf5ed7a7b008d06c53877cfc2fae7d9ae401b4b941051c5dcf51b

See more details on using hashes here.

File details

Details for the file gigachain_prompty-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for gigachain_prompty-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3305ccdb392dce09a52401f7f2734959cf2f3abd1425f2de51c998018dfb3414
MD5 08cfd23dce96227413c286158a3e32c6
BLAKE2b-256 d0a26b943cc08466e8b13b5d65db9a71845093051f8c86096e7d2e6de93d6930

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