Update app.py
Browse files
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
|
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,
|