jonathanjordan21 commited on
Commit
7a2c0f2
1 Parent(s): ac2d561

Update constants/models.py

Browse files
Files changed (1) hide show
  1. 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
  ]