SlouchyBuffalo commited on
Commit
3b6bffb
·
verified ·
1 Parent(s): 38374bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ print(f"Debug: CloudConvert Token exists = {cloudconvert_token is not None}")
17
  # Initialize the client with Cerebras
18
  client = InferenceClient(
19
  "meta-llama/Llama-3.3-70B-Instruct",
20
- provider="novita",
21
  token=hf_token
22
  )
23
 
 
17
  # Initialize the client with Cerebras
18
  client = InferenceClient(
19
  "meta-llama/Llama-3.3-70B-Instruct",
20
+ provider="cerebras",
21
  token=hf_token
22
  )
23