Trisha Tomy commited on
Commit
d653955
·
1 Parent(s): e900cc7

updated app api_base

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ async def initialize_runner():
37
  "client": {
38
  "name": "convergence",
39
  "model_id": "convergence-ai/proxy-lite-3b",
40
- "api_base": "http://convergence-ai-demo-api.hf.space/v1",
41
  "api_key": hf_api_token
42
  }
43
  }
 
37
  "client": {
38
  "name": "convergence",
39
  "model_id": "convergence-ai/proxy-lite-3b",
40
+ "api_base": "https://convergence-ai-demo-api.hf.space/v1",
41
  "api_key": hf_api_token
42
  }
43
  }