summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/DeepInfra.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/Provider/DeepInfra.py')
-rw-r--r--g4f/Provider/DeepInfra.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/g4f/Provider/DeepInfra.py b/g4f/Provider/DeepInfra.py
index f3e31962..b12fb254 100644
--- a/g4f/Provider/DeepInfra.py
+++ b/g4f/Provider/DeepInfra.py
@@ -11,11 +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_vision_model = "llava-hf/llava-1.5-7b-hf"
- model_aliases = {
- 'dbrx-instruct': 'databricks/dbrx-instruct',
- }
+ default_model = "meta-llama/Meta-Llama-3.1-70B-Instruct"
@classmethod
def get_models(cls):