Releases: langfuse/langfuse-python
Releases · langfuse/langfuse-python
v1.7.1
What's Changed
- support new azure langchain integration by @maxdeichmann in #185
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- support cohere model by @maxdeichmann in #184
Server version requirements
Requires server version >=1.0.0
, see here
Full Changelog: v1.6.1...v1.7.0
v1.6.1
What's Changed
- export openai client direclty from langchain by @maxdeichmann in #183
Full Changelog: v1.6.0...v1.6.1
v1.6.0
1.5.0
This release supports streaming in the Python OpenAI integration
1.4.1
Configure the langfuse connection via the openai integration.
from langfuse.openai import openai
openai.langfuse_public_key = 'public-key'
openai.langfuse_secret_key = 'secret-key'
openai.langfuse_host = 'host'
completion = openai.chat.completions.create(
name="test-chat",
model="gpt-3.5-turbo",
messages=[
{"role": "system", "content": "You are a very accurate calculator. You output only the result of the calculation."},
{"role": "user", "content": "1 + 1 = "}],
temperature=0,
metadata={"someMetadataKey": "someValue"},
)
v1.3.0
Support httpx 0.25.1
v1.2.1
This package supports all OpenAI SDK versions as of 0.27.8 now including the breaking changes in the OpenAI SDK as of 1.0.0