summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkqlio67 <kqlio67@users.noreply.github.com>2024-09-12 21:12:47 +0200
committerkqlio67 <kqlio67@users.noreply.github.com>2024-09-12 21:12:47 +0200
commitabdb27a6e84b927fa06831f6c0c731011f7ad051 (patch)
tree21187c57b60a66dc04297a57ee6d2b50d9cdcb05
parentnew model added (diff)
downloadgpt4free-abdb27a6e84b927fa06831f6c0c731011f7ad051.tar
gpt4free-abdb27a6e84b927fa06831f6c0c731011f7ad051.tar.gz
gpt4free-abdb27a6e84b927fa06831f6c0c731011f7ad051.tar.bz2
gpt4free-abdb27a6e84b927fa06831f6c0c731011f7ad051.tar.lz
gpt4free-abdb27a6e84b927fa06831f6c0c731011f7ad051.tar.xz
gpt4free-abdb27a6e84b927fa06831f6c0c731011f7ad051.tar.zst
gpt4free-abdb27a6e84b927fa06831f6c0c731011f7ad051.zip
-rw-r--r--g4f/models.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/g4f/models.py b/g4f/models.py
index 76aba557..2b5f11d0 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -546,11 +546,13 @@ class ModelUtils:
'llama-3.1-70b': llama_3_1_70b,
'llama-3.1-405b': llama_3_1_405b,
-
### Mistral ###
'mixtral-8x7b': mixtral_8x7b,
'mistral-7b': mistral_7b,
-
+
+
+### NousResearch ###
+'mixtral-8x7b-dpo': mixtral_8x7b_dpo,
### Microsoft ###
'phi-3-mini-4k': phi_3_mini_4k,