Skip to main content

华策AIGC Prompt Client -- 提供提示词管理等功能

Project description

Prompt SDK - 提示词管理 SDK

PyPI version Python

核心特性

  • set / get / get_histories / delete — 提示词 CRUD,自动版本管理
  • 统一异常体系:AuthenticationError / NotFoundError / RateLimitError
  • 自动链路追踪(X-Trace-ID
  • 幂等读操作自动重试

安装

pip install huace-aigc-prompt-client

快速开始

from huace_aigc_prompt_client import PromptSDK
import os

# 必须配置:API_KEY + BASE_URL + ACCESS_TOKEN
sdk = PromptSDK(
    api_key=os.getenv("PROMPT_SDK_API_KEY"),
    base_url=os.getenv("PROMPT_SDK_BASE_URL", "http://localhost:7805"),
    access_token=os.getenv("AIGC_AUTH_ACCESS_TOKEN"),
)

# 新增提示词(operator 自动取自 token,无需显式传入)
result = sdk.set(
    prompt_type="system",
    key="chat_template",
    custom_prompt="You are a helpful AI assistant.",
)
print(f"prompt_id={result['prompt_id']}, version={result['version']}")

# 获取提示词
prompt = sdk.get(prompt_type="system", key="chat_template")
print(prompt["custom_prompt"])

环境变量

变量 必填 说明
PROMPT_SDK_API_KEY 业务 API Key
PROMPT_SDK_BASE_URL 服务端地址
AIGC_AUTH_ACCESS_TOKEN 用户访问令牌(JWT),用于注入 Authorization 头及解析用户名

License

MIT License

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

huace_aigc_prompt_client-0.1.7.tar.gz (17.1 kB view details)

Uploaded Source

Built Distribution

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

huace_aigc_prompt_client-0.1.7-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file huace_aigc_prompt_client-0.1.7.tar.gz.

File metadata

  • Download URL: huace_aigc_prompt_client-0.1.7.tar.gz
  • Upload date:
  • Size: 17.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.19

File hashes

Hashes for huace_aigc_prompt_client-0.1.7.tar.gz
Algorithm Hash digest
SHA256 47254525fb7778455106599b73fb98eccc1998bbd131b79fdf26d5e50e724853
MD5 35d9c1dee9eaa554ec134b9a6147de90
BLAKE2b-256 25a1556bfaebacd59773f14c466cd504260d7bbfe69a2194f7c2f1279d5cc2f7

See more details on using hashes here.

File details

Details for the file huace_aigc_prompt_client-0.1.7-py3-none-any.whl.

File metadata

File hashes

Hashes for huace_aigc_prompt_client-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 ddc0facd57b8b67fccce31e6b2df52af5900cbcc0bcf5898d72dc1a4b3229bd2
MD5 1b99fe80a10ce92e93e7a0c689384c52
BLAKE2b-256 665256d7a8847a8d3a9cd8992476cbc87da8f87dd7cb64fe3b45aa193c286993

See more details on using hashes here.

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