wphoenix commited on
Commit
33bbcf1
·
verified ·
1 Parent(s): 14378c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ if verbose: print("Checking available models.")
140
  selected_model_id = get_available_model()
141
 
142
  model = HfApiModel(
143
- max_tokens=16000,
144
  temperature=0.5,
145
  #model_id='meta-llama/Llama-3.2-1B-Instruct',
146
  #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
 
140
  selected_model_id = get_available_model()
141
 
142
  model = HfApiModel(
143
+ max_tokens=1048,
144
  temperature=0.5,
145
  #model_id='meta-llama/Llama-3.2-1B-Instruct',
146
  #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',