Skip to main content

Langfuse 集成

Langfuse 是一个包含提示管理功能的 AI 平台。

要在 Langfuse 中引用提示:

  1. 安装 langfuse SDK:npm install langfuse

  2. 根据需要设置 LANGFUSE_PUBLIC_KEYLANGFUSE_SECRET_KEYLANGFUSE_HOST 环境变量。

  3. 对您的提示使用 langfuse:// 前缀,后跟 Langfuse 提示 ID 和版本。例如:

    prompts:
    - 'langfuse://foo-bar-prompt:3'

    providers:
    - openai:gpt-4o-mini

    tests:
    - vars:
    # ...

来自 promptfoo 测试用例的变量将自动插入到 Langfuse 提示中作为变量。