Spaces:
Configuration error
Configuration error
Update agent.py
Browse files
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="
|
| 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):
|