Spaces:
Sleeping
Sleeping
Update other_function.py
Browse files- other_function.py +1 -1
other_function.py
CHANGED
@@ -244,7 +244,7 @@ def return_bookdata(querry,data):
|
|
244 |
model="tiiuae/falcon-11b",
|
245 |
messages=[
|
246 |
{"role": "system", "content": "You are a agriculture bookkeeping responding assistant."},
|
247 |
-
{"role": "user", "content": f"My bookkeeping data is {data}.do what user is telling. user:{querry}",
|
248 |
],
|
249 |
stream=True,
|
250 |
):
|
|
|
244 |
model="tiiuae/falcon-11b",
|
245 |
messages=[
|
246 |
{"role": "system", "content": "You are a agriculture bookkeeping responding assistant."},
|
247 |
+
{"role": "user", "content": f"My bookkeeping data is {data}.do what user is telling. user:{querry}"},
|
248 |
],
|
249 |
stream=True,
|
250 |
):
|