Spaces:
Sleeping
Sleeping
Neurolingua
commited on
Commit
•
8d9e442
1
Parent(s):
0fca847
Update other_function.py
Browse files- other_function.py +1 -1
other_function.py
CHANGED
@@ -238,7 +238,7 @@ def booktask(data):
|
|
238 |
model="tiiuae/falcon-11b",
|
239 |
messages=[
|
240 |
{"role": "system", "content": "You are an assistant."},
|
241 |
-
{"role": "user", "content": f"My
|
242 |
],
|
243 |
stream=True,
|
244 |
):
|
|
|
238 |
model="tiiuae/falcon-11b",
|
239 |
messages=[
|
240 |
{"role": "system", "content": "You are an assistant."},
|
241 |
+
{"role": "user", "content": f"My bookkeeping data is {data}.Provide the data in points."},
|
242 |
],
|
243 |
stream=True,
|
244 |
):
|