summaryrefslogtreecommitdiffstats
path: root/g4f/models.py
diff options
context:
space:
mode:
authorkqlio67 <kqlio67@users.noreply.github.com>2024-09-12 21:11:01 +0200
committerkqlio67 <kqlio67@users.noreply.github.com>2024-09-12 21:11:01 +0200
commite23ee1f80933296751978c05571449e93363baaa (patch)
tree531a90700139b36b717c84d68446adc4d3364597 /g4f/models.py
parentUpdated g4f/models.py (diff)
downloadgpt4free-e23ee1f80933296751978c05571449e93363baaa.tar
gpt4free-e23ee1f80933296751978c05571449e93363baaa.tar.gz
gpt4free-e23ee1f80933296751978c05571449e93363baaa.tar.bz2
gpt4free-e23ee1f80933296751978c05571449e93363baaa.tar.lz
gpt4free-e23ee1f80933296751978c05571449e93363baaa.tar.xz
gpt4free-e23ee1f80933296751978c05571449e93363baaa.tar.zst
gpt4free-e23ee1f80933296751978c05571449e93363baaa.zip
Diffstat (limited to '')
-rw-r--r--g4f/models.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/g4f/models.py b/g4f/models.py
index 0c3c8402..76aba557 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -189,6 +189,7 @@ llama_3_1_405b = Model(
best_provider = IterListProvider([Blackbox])
)
+
### Mistral ###
mixtral_8x7b = Model(
name = "mixtral-8x7b",
@@ -203,6 +204,14 @@ mistral_7b = Model(
)
+### NousResearch ###
+mixtral_8x7b_dpo = Model(
+ name = "mixtral-8x7b-dpo",
+ base_provider = "NousResearch",
+ best_provider = IterListProvider([HuggingChat, HuggingFace,])
+)
+
+
### Microsoft ###
phi_3_mini_4k = Model(
name = "phi-3-mini-4k",