jonathanjordan21 commited on
Commit
d828201
1 Parent(s): 1fe16ba

Update constants/models.py

Browse files
Files changed (1) hide show
  1. constants/models.py +15 -1
constants/models.py CHANGED
@@ -142,5 +142,19 @@ AVAILABLE_MODELS_DICTS = [
142
  "object": "model",
143
  "created": 1700000000,
144
  "owned_by": "Qwen"
145
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
  ]
 
142
  "object": "model",
143
  "created": 1700000000,
144
  "owned_by": "Qwen"
145
+ },
146
+ {
147
+ "id": "llama3-8b",
148
+ "description": "[meta-llama/Meta-Llama-3-8B]: https://huggingface.co/meta-llama/Meta-Llama-3-8B",
149
+ "object": "model",
150
+ "created": 1700000000,
151
+ "owned_by": "Meta"
152
+ },
153
+ {
154
+ "id": "Qwen2-1.5B-Instruct",
155
+ "description": "[Qwen/Qwen2-1.5B-Instruct]: https://huggingface.co/Qwen/Qwen2-1.5B-Instruct",
156
+ "object": "model",
157
+ "created": 1700000000,
158
+ "owned_by": "Qwen"
159
+ },
160
  ]