SakshamLak commited on
Commit
81a46db
·
verified ·
1 Parent(s): a0505b5

Update buffalo_rag/model/rag.py

Browse files
Files changed (1) hide show
  1. buffalo_rag/model/rag.py +1 -1
buffalo_rag/model/rag.py CHANGED
@@ -73,7 +73,7 @@ class BuffaloRAG:
73
  "content": prompt
74
  }
75
  ],
76
- max_tokens=512,
77
  )
78
 
79
  return completion.choices[0].message.content
 
73
  "content": prompt
74
  }
75
  ],
76
+ max_tokens=2048,
77
  )
78
 
79
  return completion.choices[0].message.content