We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1670b32 + 3c78372 commit 3c522baCopy full SHA for 3c522ba
langfuse/openai.py
@@ -774,6 +774,7 @@ def initialize(self):
774
sdk_integration="openai",
775
sample_rate=openai.langfuse_sample_rate,
776
environment=openai.langfuse_environment,
777
+ mask=openai.langfuse_mask,
778
)
779
780
return self._langfuse
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
2
name = "langfuse"
3
4
-version = "2.59.4"
+version = "2.59.5"
5
description = "A client library for accessing langfuse"
6
authors = ["langfuse <developers@langfuse.com>"]
7
license = "MIT"
0 commit comments