Chris4K commited on
Commit
20ecb16
·
verified ·
1 Parent(s): f2ae40f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ from langfuse.decorators import observe, langfuse_context
8
  langfuse = Langfuse(
9
  secret_key="sk-lf-229e10c5-6210-4a4b-a432-0f17bc66e56c",
10
  public_key="pk-lf-9f2c32d2-266f-421d-9b87-51377f0a268c",
 
11
  host="https://chris4k-langfuse-template-space.hf.space"
12
  )
13
 
 
8
  langfuse = Langfuse(
9
  secret_key="sk-lf-229e10c5-6210-4a4b-a432-0f17bc66e56c",
10
  public_key="pk-lf-9f2c32d2-266f-421d-9b87-51377f0a268c",
11
+ LANGFUSE_PUBLIC_KEY="pk-lf-9f2c32d2-266f-421d-9b87-51377f0a268c",
12
  host="https://chris4k-langfuse-template-space.hf.space"
13
  )
14