teddyllm commited on
Commit
5b6c660
·
verified ·
1 Parent(s): 34f3b6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ Now begin. You can make the descriptions a bit more verbose than in the examples
49
 
50
  Description: {text}
51
  Thought:"""
52
- return llm_client.invoke(prompt, max_new_tokens=2000, stop_sequences=[end_sequence]).content
53
 
54
 
55
  def parse_llm_output(output):
 
49
 
50
  Description: {text}
51
  Thought:"""
52
+ return llm_client.invoke(prompt).content
53
 
54
 
55
  def parse_llm_output(output):