summaryrefslogtreecommitdiffstats
path: root/g4f/models.py
diff options
context:
space:
mode:
authorTekky <98614666+xtekky@users.noreply.github.com>2023-11-12 14:55:23 +0100
committerGitHub <noreply@github.com>2023-11-12 14:55:23 +0100
commitdf8f41645c04f21d16fa14a4f2f5196f57e76dc9 (patch)
tree6ebaed4ccdd981c9c74ac1eaec3c18084a008138 /g4f/models.py
parentMerge pull request #1239 from hlohaus/pi (diff)
parentAdd auto_continue to OpenaiChat (diff)
downloadgpt4free-df8f41645c04f21d16fa14a4f2f5196f57e76dc9.tar
gpt4free-df8f41645c04f21d16fa14a4f2f5196f57e76dc9.tar.gz
gpt4free-df8f41645c04f21d16fa14a4f2f5196f57e76dc9.tar.bz2
gpt4free-df8f41645c04f21d16fa14a4f2f5196f57e76dc9.tar.lz
gpt4free-df8f41645c04f21d16fa14a4f2f5196f57e76dc9.tar.xz
gpt4free-df8f41645c04f21d16fa14a4f2f5196f57e76dc9.tar.zst
gpt4free-df8f41645c04f21d16fa14a4f2f5196f57e76dc9.zip
Diffstat (limited to 'g4f/models.py')
-rw-r--r--g4f/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/models.py b/g4f/models.py
index 5e4d9b40..7e9351b8 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -82,7 +82,7 @@ llama2_7b = Model(
best_provider = RetryProvider([Llama2, DeepInfra]))
llama2_13b = Model(
- name ="meta-llama/Llama-2-13b-chat-hf",
+ name = "meta-llama/Llama-2-13b-chat-hf",
base_provider = 'huggingface',
best_provider = RetryProvider([Llama2, DeepInfra]))