Spaces:
Sleeping
Sleeping
Fix import: Use OpenRouterModel instead of ZaiModel
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import tempfile
|
|
| 7 |
from models import (
|
| 8 |
GenerateRequest, GenerateResponse,
|
| 9 |
PreviewRequest, PreviewResponse,
|
| 10 |
-
HealthResponse,
|
| 11 |
)
|
| 12 |
|
| 13 |
# OpenRouter API Key
|
|
|
|
| 7 |
from models import (
|
| 8 |
GenerateRequest, GenerateResponse,
|
| 9 |
PreviewRequest, PreviewResponse,
|
| 10 |
+
HealthResponse, OpenRouterModel
|
| 11 |
)
|
| 12 |
|
| 13 |
# OpenRouter API Key
|