summaryrefslogtreecommitdiffstats
path: root/g4f
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-05-19 19:27:48 +0200
committerGitHub <noreply@github.com>2024-05-19 19:27:48 +0200
commit7fe4188639f4a11be0cc44aa00a7707bc540e7a4 (patch)
tree216879fe6e5a242916bd2005d07fddf255cc42dc /g4f
parentUpdate client.py (diff)
downloadgpt4free-7fe4188639f4a11be0cc44aa00a7707bc540e7a4.tar
gpt4free-7fe4188639f4a11be0cc44aa00a7707bc540e7a4.tar.gz
gpt4free-7fe4188639f4a11be0cc44aa00a7707bc540e7a4.tar.bz2
gpt4free-7fe4188639f4a11be0cc44aa00a7707bc540e7a4.tar.lz
gpt4free-7fe4188639f4a11be0cc44aa00a7707bc540e7a4.tar.xz
gpt4free-7fe4188639f4a11be0cc44aa00a7707bc540e7a4.tar.zst
gpt4free-7fe4188639f4a11be0cc44aa00a7707bc540e7a4.zip
Diffstat (limited to 'g4f')
-rw-r--r--g4f/Provider/DeepInfra.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/DeepInfra.py b/g4f/Provider/DeepInfra.py
index 763b960a..f3e31962 100644
--- a/g4f/Provider/DeepInfra.py
+++ b/g4f/Provider/DeepInfra.py
@@ -11,7 +11,7 @@ class DeepInfra(Openai):
needs_auth = True
supports_stream = True
supports_message_history = True
- default_model = "meta-llama/Meta-Llama-3-70b-instruct"
+ default_model = "meta-llama/Meta-Llama-3-70B-Instruct"
default_vision_model = "llava-hf/llava-1.5-7b-hf"
model_aliases = {
'dbrx-instruct': 'databricks/dbrx-instruct',