Programmes commited on
Commit
b8be8c0
·
verified ·
1 Parent(s): 3f3d18f

Update rag_utils.py

Browse files
Files changed (1) hide show
  1. rag_utils.py +1 -1
rag_utils.py CHANGED
@@ -48,5 +48,5 @@ Question : {question}
48
  Réponse :
49
  """
50
 
51
- output = llm(prompt, max_tokens=256, stop=["</s>"])
52
  return output["choices"][0]["text"].strip()
 
48
  Réponse :
49
  """
50
 
51
+ output = llm(prompt, max_tokens=128, stop=["</s>"])
52
  return output["choices"][0]["text"].strip()