SlouchyBuffalo commited on
Commit
20fa628
·
verified ·
1 Parent(s): d20af20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ try:
34
  else:
35
  client = InferenceClient(
36
  model="meta-llama/Llama-4-Scout-17B-16E-Instruct",
37
- provider="novita",
38
  token=token
39
  )
40
  logger.info("InferenceClient initialized successfully")
 
34
  else:
35
  client = InferenceClient(
36
  model="meta-llama/Llama-4-Scout-17B-16E-Instruct",
37
+ provider="cerebras",
38
  token=token
39
  )
40
  logger.info("InferenceClient initialized successfully")