Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|