Spaces:
Paused
Paused
Update backend_api.py
Browse files- backend_api.py +1 -1
backend_api.py
CHANGED
|
@@ -22,7 +22,7 @@ import httpx
|
|
| 22 |
|
| 23 |
# Import model handling from backend_models
|
| 24 |
from backend_models import (
|
| 25 |
-
|
| 26 |
get_real_model_id,
|
| 27 |
is_native_sdk_model,
|
| 28 |
is_mistral_model
|
|
|
|
| 22 |
|
| 23 |
# Import model handling from backend_models
|
| 24 |
from backend_models import (
|
| 25 |
+
|
| 26 |
get_real_model_id,
|
| 27 |
is_native_sdk_model,
|
| 28 |
is_mistral_model
|