bstraehle commited on
Commit
da04f66
1 Parent(s): a0e366e

Update trace.py

Browse files
Files changed (1) hide show
  1. trace.py +1 -1
trace.py CHANGED
@@ -16,7 +16,7 @@ def trace_wandb(config,
16
  wandb.init(project = "openai-llm-rag")
17
 
18
  trace = Trace(
19
- kind = "LLM & RAG",
20
  name = "Context-Aware Reasoning Application",
21
  status_code = "success" if (str(err_msg) == "") else "error",
22
  status_message = str(err_msg),
 
16
  wandb.init(project = "openai-llm-rag")
17
 
18
  trace = Trace(
19
+ kind = "LLM",
20
  name = "Context-Aware Reasoning Application",
21
  status_code = "success" if (str(err_msg) == "") else "error",
22
  status_message = str(err_msg),