wphoenix commited on
Commit
75c3bd4
·
verified ·
1 Parent(s): 20a64ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ if verbose: print("Checking available models.")
124
  selected_model_id = get_available_model()
125
 
126
  model = HfApiModel(
127
- max_tokens=1048,
128
  temperature=0.5,
129
  #model_id='meta-llama/Llama-3.2-1B-Instruct',
130
  #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
 
124
  selected_model_id = get_available_model()
125
 
126
  model = HfApiModel(
127
+ max_tokens=104800000,
128
  temperature=0.5,
129
  #model_id='meta-llama/Llama-3.2-1B-Instruct',
130
  #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',