diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2023-11-12 10:12:05 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2023-11-12 10:12:05 +0100 |
commit | 745ea57c63bd852b138fe40c030938bc8b2b64ba (patch) | |
tree | 6ebaed4ccdd981c9c74ac1eaec3c18084a008138 /g4f/models.py | |
parent | Merge pull request #1239 from hlohaus/pi (diff) | |
download | gpt4free-745ea57c63bd852b138fe40c030938bc8b2b64ba.tar gpt4free-745ea57c63bd852b138fe40c030938bc8b2b64ba.tar.gz gpt4free-745ea57c63bd852b138fe40c030938bc8b2b64ba.tar.bz2 gpt4free-745ea57c63bd852b138fe40c030938bc8b2b64ba.tar.lz gpt4free-745ea57c63bd852b138fe40c030938bc8b2b64ba.tar.xz gpt4free-745ea57c63bd852b138fe40c030938bc8b2b64ba.tar.zst gpt4free-745ea57c63bd852b138fe40c030938bc8b2b64ba.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/models.py | 2 |
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])) |