Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
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 |
|