sunitha-ravi commited on
Commit
2e380b0
1 Parent(s): 70bc4c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ def update_client_base_url(model_name):
155
  if model_name == "Patronus Lynx 8B v1.1":
156
  return "https://yb15a7dy-lynx-v1-1-8b.tin.lepton.run/api/v1/"
157
  elif model_name == "Patronus Lynx 70B":
158
- return "https://yb15a7dy-lynx-70b.tin.lepton.run/api/v1/"
159
 
160
  def parse_patronus_lynx_response(
161
  response: str,
 
155
  if model_name == "Patronus Lynx 8B v1.1":
156
  return "https://yb15a7dy-lynx-v1-1-8b.tin.lepton.run/api/v1/"
157
  elif model_name == "Patronus Lynx 70B":
158
+ return "https://yb15a7dy-patronus-lynx-70b-v1-0.tin.lepton.run/api/v1/"
159
 
160
  def parse_patronus_lynx_response(
161
  response: str,