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

XFEstudio/gpt4free

Update g4f/Provider/ReplicateHome.py

84433c94
kqlio67 <kqlio67@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/Provider/ReplicateHome.py +1 -1
@@ -14,7 +14,7 @@ class ReplicateHome(AsyncGeneratorProvider, ProviderModelMixin):
14 14 url = "https://replicate.com"
15 15 parent = "Replicate"
16 16 working = True
17 default_model = 'stability-ai/stable-diffusion-3'
17 default_model = 'meta/meta-llama-3-70b-instruct'
18 18 models = [
19 19 # Models for image generation
20 20 'stability-ai/stable-diffusion-3',