ysharma HF staff commited on
Commit
a3478cf
1 Parent(s): 1484fcc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def text_generate(prompt): #, input_prompt_sql ): #, input_prompt_dalle2):
46
  "top_p": 0.9,
47
  "temperature": 1.1,
48
  "max_new_tokens": 250,
49
- "return_full_text": False,
50
  },
51
  "options":
52
  {"use_cache": True,
 
46
  "top_p": 0.9,
47
  "temperature": 1.1,
48
  "max_new_tokens": 250,
49
+ "return_full_text": True,
50
  },
51
  "options":
52
  {"use_cache": True,