Skip to content

Commit

Permalink
fix: http link
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen committed Jul 8, 2024
1 parent 37804dc commit cb36494
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cookbook/python_sdk_low_level.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"source": [
"This is a Python SDK used to send LLM data to Langfuse in a convenient way. It uses a worker Thread and an internal queue to manage requests to the Langfuse backend asynchronously. Hence, the SDK adds only minimal latency to your application.\n",
"\n",
"For most use cases, you should check out the [decorator-based SDK](http://langfuse.com/docs/sdk/python/decorators), which is more convenient and easier to use. This SDK is more low-level and is only recommended if you need more control over the request process."
"For most use cases, you should check out the [decorator-based SDK](https://langfuse.com/docs/sdk/python/decorators), which is more convenient and easier to use. This SDK is more low-level and is only recommended if you need more control over the request process."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/sdk/python/low-level-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ category: SDKs

This is a Python SDK used to send LLM data to Langfuse in a convenient way. It uses a worker Thread and an internal queue to manage requests to the Langfuse backend asynchronously. Hence, the SDK adds only minimal latency to your application.

For most use cases, you should check out the [decorator-based SDK](http://langfuse.com/docs/sdk/python/decorators), which is more convenient and easier to use. This SDK is more low-level and is only recommended if you need more control over the request process.
For most use cases, you should check out the [decorator-based SDK](https://langfuse.com/docs/sdk/python/decorators), which is more convenient and easier to use. This SDK is more low-level and is only recommended if you need more control over the request process.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion pages/guides/cookbook/python_sdk_low_level.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ category: SDKs

This is a Python SDK used to send LLM data to Langfuse in a convenient way. It uses a worker Thread and an internal queue to manage requests to the Langfuse backend asynchronously. Hence, the SDK adds only minimal latency to your application.

For most use cases, you should check out the [decorator-based SDK](http://langfuse.com/docs/sdk/python/decorators), which is more convenient and easier to use. This SDK is more low-level and is only recommended if you need more control over the request process.
For most use cases, you should check out the [decorator-based SDK](https://langfuse.com/docs/sdk/python/decorators), which is more convenient and easier to use. This SDK is more low-level and is only recommended if you need more control over the request process.

## Installation

Expand Down

0 comments on commit cb36494

Please sign in to comment.