summaryrefslogtreecommitdiffstats
path: root/g4f/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/models.py')
-rw-r--r--g4f/models.py14
1 files changed, 1 insertions, 13 deletions
diff --git a/g4f/models.py b/g4f/models.py
index 3b82270e..87a076a8 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -463,15 +463,6 @@ openhermes_2_5 = Model(
best_provider = Airforce
)
-
-### Pawan ###
-cosmosrp = Model(
- name = 'cosmosrp',
- base_provider = 'Pawan',
- best_provider = Airforce
-)
-
-
### Liquid ###
lfm_40b = Model(
name = 'lfm-40b',
@@ -666,6 +657,7 @@ class ModelUtils:
### Microsoft ###
+'phi-2': phi_2,
'phi-3.5-mini': phi_3_5_mini,
@@ -764,10 +756,6 @@ class ModelUtils:
### Teknium ###
'openhermes-2.5': openhermes_2_5,
-
-### Pawan ###
-'cosmosrp': cosmosrp,
-
### Liquid ###
'lfm-40b': lfm_40b,