Update trace.py
Browse files
trace.py
CHANGED
@@ -4,8 +4,6 @@ from wandb.sdk.data_types.trace_tree import Trace
|
|
4 |
|
5 |
WANDB_API_KEY = os.environ["WANDB_API_KEY"]
|
6 |
|
7 |
-
print(WANDB_API_KEY)
|
8 |
-
|
9 |
def trace_wandb(config,
|
10 |
is_rag_off,
|
11 |
prompt,
|
|
|
4 |
|
5 |
WANDB_API_KEY = os.environ["WANDB_API_KEY"]
|
6 |
|
|
|
|
|
7 |
def trace_wandb(config,
|
8 |
is_rag_off,
|
9 |
prompt,
|