bstraehle commited on
Commit
1856de7
·
verified ·
1 Parent(s): 305afad

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -16,8 +16,8 @@ PHOENIX_CLIENT_HEADERS = "api_key = " + os.environ["DESCRIPTION"]
16
  PHOENIX_COLLECTOR_ENDPOINT = "https://app.phoenix.arize.com"
17
 
18
  tracer_provider = register(
19
- project_name="gaia",
20
- endpoint="https://app.phoenix.arize.com/v1/traces"
21
  )
22
 
23
  def run_agent(question, file_name):
 
16
  PHOENIX_COLLECTOR_ENDPOINT = "https://app.phoenix.arize.com"
17
 
18
  tracer_provider = register(
19
+ project_name = "default",
20
+ endpoint = "https://app.phoenix.arize.com/v1/traces"
21
  )
22
 
23
  def run_agent(question, file_name):