Neurolingua commited on
Commit
6c30170
·
verified ·
1 Parent(s): efa5880

Update other_function.py

Browse files
Files changed (1) hide show
  1. 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
  ):