Spaces:
Sleeping
Sleeping
Mohammed Thameem commited on
Commit ·
772f7d2
1
Parent(s): 7ae423d
modified test script
Browse files- tests/test_app.py +1 -0
tests/test_app.py
CHANGED
|
@@ -18,6 +18,7 @@ def test_respond_returns_generator():
|
|
| 18 |
gen = app.respond(
|
| 19 |
message="I'm buying a bottle of water.",
|
| 20 |
history=[],
|
|
|
|
| 21 |
system_message="You are Sustainable.ai.",
|
| 22 |
car_km=10,
|
| 23 |
bus_km=0,
|
|
|
|
| 18 |
gen = app.respond(
|
| 19 |
message="I'm buying a bottle of water.",
|
| 20 |
history=[],
|
| 21 |
+
hf_token_ui="",
|
| 22 |
system_message="You are Sustainable.ai.",
|
| 23 |
car_km=10,
|
| 24 |
bus_km=0,
|