Chris4K commited on
Commit
555705a
·
verified ·
1 Parent(s): 76dae34

Update services/llama_generator.py

Browse files
Files changed (1) hide show
  1. services/llama_generator.py +2 -2
services/llama_generator.py CHANGED
@@ -10,8 +10,8 @@ from io import StringIO
10
  import pandas as pd
11
 
12
  # Initialize Langfuse
13
- os.environ["LANGFUSE_PUBLIC_KEY"] = "pk-lf-9f2c32d2-266f-421d-9b87-51377f0a268c"
14
- os.environ["LANGFUSE_SECRET_KEY"] = "sk-lf-229e10c5-6210-4a4b-a432-0f17bc66e56c"
15
  os.environ["LANGFUSE_HOST"] = "https://chris4k-langfuse-template-space.hf.space" # 🇪🇺 EU region
16
 
17
  try:
 
10
  import pandas as pd
11
 
12
  # Initialize Langfuse
13
+ os.environ["LANGFUSE_PUBLIC_KEY"] = "pk-lf-04d2302a-aa5c-4870-9703-58ab64c3bcae"
14
+ os.environ["LANGFUSE_SECRET_KEY"] = "sk-lf-d34ea200-feec-428e-a621-784fce93a5af"
15
  os.environ["LANGFUSE_HOST"] = "https://chris4k-langfuse-template-space.hf.space" # 🇪🇺 EU region
16
 
17
  try: