bstraehle commited on
Commit
2a2835e
·
1 Parent(s): 581bada

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -65,11 +65,10 @@ def invoke(openai_api_key, prompt, rag_option):
65
  end_time_ms = round(time.time() * 1000)
66
 
67
  #trace_wandb(config,
68
- # rag_option == RAG_OFF,
69
  # prompt,
70
  # completion,
71
  # result,
72
- # chain,
73
  # callback,
74
  # err_msg,
75
  # start_time_ms,
 
65
  end_time_ms = round(time.time() * 1000)
66
 
67
  #trace_wandb(config,
68
+ # rag_option,
69
  # prompt,
70
  # completion,
71
  # result,
 
72
  # callback,
73
  # err_msg,
74
  # start_time_ms,