返回提交历史
Modified
g4f/Provider/DeepInfra.py
+1
-1
XFEstudio/gpt4free
Update DeepInfra.py
7fe41886
代码差异
1 个文件
+1
-1
@@ -11,7 +11,7 @@ class DeepInfra(Openai):
11
11
needs_auth = True
12
12
supports_stream = True
13
13
supports_message_history = True
14
default_model = "meta-llama/Meta-Llama-3-70b-instruct"
14
default_model = "meta-llama/Meta-Llama-3-70B-Instruct"
15
15
default_vision_model = "llava-hf/llava-1.5-7b-hf"
16
16
model_aliases = {
17
17
'dbrx-instruct': 'databricks/dbrx-instruct',