Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,6 +71,7 @@ class Chat:
|
|
71 |
chain=self.chain,
|
72 |
question=question,
|
73 |
chat_history=history,
|
|
|
74 |
)
|
75 |
history.append((question, response))
|
76 |
return history, history
|
|
|
71 |
chain=self.chain,
|
72 |
question=question,
|
73 |
chat_history=history,
|
74 |
+
wandb_run=self.wandb_run
|
75 |
)
|
76 |
history.append((question, response))
|
77 |
return history, history
|