Bhaskar2611 commited on
Commit
cc19933
·
verified ·
1 Parent(s): 684046e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -169,9 +169,9 @@ HF_TOKEN = os.getenv("HF_TOKEN")
169
  if not HF_TOKEN:
170
  raise ValueError("HF_TOKEN is missing.")
171
 
172
- # Initialize client with nscale router
173
  client = InferenceClient(
174
- base_url="https://router.huggingface.co/nscale/v1",
175
  api_key=HF_TOKEN,
176
  )
177
 
 
169
  if not HF_TOKEN:
170
  raise ValueError("HF_TOKEN is missing.")
171
 
172
+ # Initialize client with featherless-ai router
173
  client = InferenceClient(
174
+ base_url="https://router.huggingface.co/featherless-ai/v1",
175
  api_key=HF_TOKEN,
176
  )
177