Skip to content

Commit cb366e6

Browse files
committed
alt tip syntax
1 parent 5e976ec commit cb366e6

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

docs/hub/spaces-sdks-docker-langfuse.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,12 @@ Now that you have Langfuse running, you can start instrumenting your LLM applica
4949

5050
Your Langfuse Space is pre-configured to use Hugging Face OAuth for secure authentication, so you'll need to authorize `read` access to your Hugging Face account upon first login.
5151

52-
<Tip>
53-
54-
The Langfuse space must be set to **public** visibility so that the Langfuse API/SDK's can access the app.
55-
56-
By default, _any_ logged-in Hugging Face user will be able to access the Langfuse space. You can prevent new user's from signing up and accessing the space by setting the `AUTH_DISABLE_SIGNUP` environment variable to `true`.
57-
58-
Inside of the app, you can use [the native Langfuse features](https://langfuse.com/docs/rbac) to manage Organizations, Projects, and Users.
59-
60-
</Tip>
52+
> [!TIP]
53+
> The Langfuse space must be set to **public** visibility so that the Langfuse API/SDK's can access the app.
54+
>
55+
> By default, _any_ logged-in Hugging Face user will be able to access the Langfuse space. You can prevent new user's from signing up and accessing the space by setting the `AUTH_DISABLE_SIGNUP` environment variable to `true`.
56+
>
57+
> Inside of the app, you can use [the native Langfuse features](https://langfuse.com/docs/rbac) to manage Organizations, Projects, and Users.
6158
6259
### Monitor Any Application
6360

0 commit comments

Comments
 (0)