Spaces:
Runtime error
Runtime error
Update constants/models.py
Browse files- constants/models.py +14 -0
constants/models.py
CHANGED
|
@@ -157,4 +157,18 @@ AVAILABLE_MODELS_DICTS = [
|
|
| 157 |
"created": 1700000000,
|
| 158 |
"owned_by": "Qwen"
|
| 159 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 160 |
]
|
|
|
|
| 157 |
"created": 1700000000,
|
| 158 |
"owned_by": "Qwen"
|
| 159 |
},
|
| 160 |
+
{
|
| 161 |
+
"id": "nomic-text-embed",
|
| 162 |
+
"description": "[nomic-ai/nomic-embed-text-v1.5]: https://huggingface.co/nomic-ai/nomic-embed-text-v1.5",
|
| 163 |
+
"object": "embeddings",
|
| 164 |
+
"created": 1700000000,
|
| 165 |
+
"owned_by": "nomic-ai"
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"id": "mxbai-embed-large",
|
| 169 |
+
"description": "[mixedbread-ai/mxbai-embed-large-v1]: https://huggingface.co/mixedbread-ai/mxbai-embed-large-v1",
|
| 170 |
+
"object": "embeddings",
|
| 171 |
+
"created": 1700000000,
|
| 172 |
+
"owned_by": "mixedbread-ai"
|
| 173 |
+
},
|
| 174 |
]
|