Spaces:
Sleeping
Sleeping
Neurolingua
commited on
Update other_function.py
Browse files- other_function.py +1 -1
other_function.py
CHANGED
@@ -254,7 +254,7 @@ def return_bookdata(querry,data):
|
|
254 |
model="tiiuae/falcon-11b",
|
255 |
messages=[
|
256 |
{"role": "system", "content": "You are an assistant."},
|
257 |
-
{"role": "user", "content": f"My notes data is {data}.
|
258 |
],
|
259 |
stream=True,
|
260 |
):
|
|
|
254 |
model="tiiuae/falcon-11b",
|
255 |
messages=[
|
256 |
{"role": "system", "content": "You are an assistant."},
|
257 |
+
{"role": "user", "content": f"My notes data is {data}.user:{querry.replace('bookkeeping','data')}.Give the format of bookkeeping data in points.Make your response very concise to maximum of 10 points"},
|
258 |
],
|
259 |
stream=True,
|
260 |
):
|