Diamanta commited on
Commit
6c2dddd
·
verified ·
1 Parent(s): 5f418ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
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 = [