Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,14 +67,14 @@ class GenerateRequest(BaseModel):
|
|
| 67 |
|
| 68 |
|
| 69 |
class ModelInfo(BaseModel):
|
| 70 |
-
id: str
|
| 71 |
-
object: str
|
| 72 |
-
type: str
|
| 73 |
-
publisher: str
|
| 74 |
-
arch: str
|
| 75 |
-
compatibility_type: str
|
| 76 |
-
quantization: str
|
| 77 |
-
state: str
|
| 78 |
max_context_length: int
|
| 79 |
|
| 80 |
AVAILABLE_MODELS = [
|
|
|
|
| 67 |
|
| 68 |
|
| 69 |
class ModelInfo(BaseModel):
|
| 70 |
+
id: str
|
| 71 |
+
object: str
|
| 72 |
+
type: str
|
| 73 |
+
publisher: str
|
| 74 |
+
arch: str
|
| 75 |
+
compatibility_type: str
|
| 76 |
+
quantization: str
|
| 77 |
+
state: str
|
| 78 |
max_context_length: int
|
| 79 |
|
| 80 |
AVAILABLE_MODELS = [
|