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