Spaces:
Sleeping
Sleeping
fix(change lepton url)
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ css = """
|
|
140 |
|
141 |
def update_client_base_url(model_name):
|
142 |
if model_name == "Patronus Lynx 8B v1.1":
|
143 |
-
return "https://yb15a7dy-
|
144 |
elif model_name == "Patronus Lynx 70B":
|
145 |
return "https://yb15a7dy-lynx-70b.tin.lepton.run/api/v1/"
|
146 |
|
|
|
140 |
|
141 |
def update_client_base_url(model_name):
|
142 |
if model_name == "Patronus Lynx 8B v1.1":
|
143 |
+
return "https://yb15a7dy-lynx-v1-1-8b.tin.lepton.run/api/v1/"
|
144 |
elif model_name == "Patronus Lynx 70B":
|
145 |
return "https://yb15a7dy-lynx-70b.tin.lepton.run/api/v1/"
|
146 |
|