LordXido commited on
Commit
0db3a37
·
verified ·
1 Parent(s): a437bca

Create model_registry.py

Browse files
Files changed (1) hide show
  1. model_registry.py +7 -0
model_registry.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ MODEL_REGISTRY = {
2
+ "groq_primary": "llama-3.1-8b-instant",
3
+ "groq_backup": "mixtral-8x7b-32768",
4
+ "openai_primary": "gpt-4o-mini",
5
+ "openai_backup": "gpt-3.5-turbo",
6
+ "hf_primary": "meta-llama/Meta-Llama-3-8B-Instruct"
7
+ }