qwikQ8 commited on
Commit
dc6e429
·
verified ·
1 Parent(s): cfe71ea

Update app.py

Browse files

Uncomment llama

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ model = HfApiModel(
104
  #max_tokens=2096,
105
  temperature=0.5,
106
  #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
107
- #model_id="meta-llama/Llama-3.3-70B-Instruct",
108
  #custom_role_conversions=None,
109
  )
110
 
 
104
  #max_tokens=2096,
105
  temperature=0.5,
106
  #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
107
+ model_id="meta-llama/Llama-3.3-70B-Instruct",
108
  #custom_role_conversions=None,
109
  )
110