bstraehle commited on
Commit
71d33a2
·
verified ·
1 Parent(s): 36f32fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -11
app.py CHANGED
@@ -70,17 +70,17 @@ def invoke(openai_api_key, prompt, agent_option):
70
  finally:
71
  end_time_ms = round(time.time() * 1000)
72
 
73
- trace_wandb(
74
- config,
75
- agent_option,
76
- prompt,
77
- completion,
78
- result,
79
- callback,
80
- err_msg,
81
- start_time_ms,
82
- end_time_ms
83
- )
84
 
85
  return result
86
 
 
70
  finally:
71
  end_time_ms = round(time.time() * 1000)
72
 
73
+ #trace_wandb(
74
+ # config,
75
+ # agent_option,
76
+ # prompt,
77
+ # completion,
78
+ # result,
79
+ # callback,
80
+ # err_msg,
81
+ # start_time_ms,
82
+ # end_time_ms
83
+ #)
84
 
85
  return result
86