Skip to content

Commit

Permalink
Update DeepInfra.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hlohaus authored May 19, 2024
1 parent fea056d commit 7fe4188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g4f/Provider/DeepInfra.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7fe4188

Please sign in to comment.