Skip to content

Openwebui and langfuse #4091

Answered by dosubot bot
flefevre asked this question in Support
Nov 6, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Langfuse provides REST API endpoints that can be used to retrieve prompts by their name or version. You can use the following endpoints:

  • GET /api/public/v2/prompts to fetch all prompts.
  • GET /api/public/v2/prompts/{promptName} to fetch a specific prompt by name [1].

These endpoints can help you integrate Langfuse's prompt management system with OpenWebUI by allowing you to define and manage prompts, versions, and their lifecycle in Langfuse, and then use them directly in OpenWebUI.

For more detailed integration, you can refer to the example code for using Langfuse prompts in external applications like OpenWebUI, available in the Langfuse pipeline at this GitHub URL: langfuse_filter_pipe…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jannikmaierhoefer
Comment options

Answer selected by jannikmaierhoefer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants