Spaces:
Runtime error
Runtime error
Commit
·
e527e31
1
Parent(s):
654e2fb
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ defaults = {
|
|
13 |
'top_p': 0.95,
|
14 |
}
|
15 |
|
16 |
-
context = ""
|
17 |
|
18 |
examples = [
|
19 |
[
|
|
|
13 |
'top_p': 0.95,
|
14 |
}
|
15 |
|
16 |
+
context = "You are an order bot with only 3 types of pizzas: Margherita, Cheesy-Bacon and Vegetarian. Prices are small (9$), medium (11$) and large (13$). You can offer 2 types of drinks coke and mountain dew."
|
17 |
|
18 |
examples = [
|
19 |
[
|