微信扫码
添加专属顾问
我要投稿
01。
概述
02。
安装使用
安装
pip install prompt-poet
基础使用
import os
import getpass
from prompt_poet import Prompt
from langchain import ChatOpenAI
# Uncomment if you need to set OPENAI_API_KEY.
# os.environ["OPENAI_API_KEY"] = getpass.getpass()
raw_template = """
- name: system instructions
role: system
content: |
Your name is {{ character_name }} and you are meant to be helpful and never harmful to humans.
- name: user query
role: user
content: |
{{ username}}: {{ user_query }}
- name: response
role: user
content: |
{{ character_name }}:
"""
template_data = {
"character_name": "Character Assistant",
"username": "Jeff",
"user_query": "Can you help me with my homework?"
}
prompt = Prompt(
raw_template=raw_template,
template_data=template_data
)
model = ChatOpenAI(model="gpt-4o-mini")
response = model.invoke(prompt.messages)
03。
Prompt 模板
53AI,企业落地大模型首选服务商
产品:场景落地咨询+大模型应用平台+行业解决方案
承诺:免费POC验证,效果达标后再合作。零风险落地应用大模型,已交付160+中大型企业
2025-07-24
我写了一个Prompt,专门用来“戳破”网上的搞钱神话
2025-07-22
十句prompt让你的 AI效果提高 100%
2025-07-20
Dify超实用技巧:让回答“图文并茂”
2025-07-19
用好Claude Code 的“避坑指南”——从新手到高手的进阶技巧(4)
2025-07-16
提示词 Remix:把任意提示词作为模板,按要求生成 Prompt
2025-07-15
xAI 新的虚拟角色 Ani 的系统提示词
2025-07-08
【Augment】 Augment技巧之 Rewrite Prompt(重写提示) 有神奇的魔法
2025-07-07
每周帮你节省20小时的10个高效DeepSeek提示词
2025-05-25
2025-05-09
2025-06-02
2025-06-18
2025-05-18
2025-05-12
2025-06-07
2025-07-15
2025-05-07
2025-07-08
2025-06-17
2025-04-21
2025-03-31
2025-03-29
2025-03-17
2025-02-06
2025-01-10
2024-12-25