XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Update DeepInfra.py

7fe41886
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/Provider/DeepInfra.py +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',