Neurolingua commited on
Commit
4f00765
1 Parent(s): ee49015

Update other_function.py

Browse files
Files changed (1) hide show
  1. 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}.do what user is telling. 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
  ):
 
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
  ):