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

XFEstudio/gpt4free

Update g4f/Provider/ReplicateHome.py

82ea7db8
kqlio67 <kqlio67@users.noreply.github.com>
提交于

代码差异

1 个文件 +3 -3
Modified g4f/Provider/ReplicateHome.py +3 -3
@@ -55,9 +55,9 @@ class ReplicateHome(AsyncGeneratorProvider, ProviderModelMixin):
55 55 text_models = {"meta/meta-llama-3-70b-instruct", "mistralai/mixtral-8x7b-instruct-v0.1", "google-deepmind/gemma-2b-it"}
56 56
57 57 model_aliases = {
58 "stable-diffusion-3": "stability-ai/stable-diffusion-3",
59 "sdxl-lightning-4step": "bytedance/sdxl-lightning-4step",
60 "playground-v2.5-aesthetic": "playgroundai/playground-v2.5-1024px-aesthetic",
58 "sd-3": "stability-ai/stable-diffusion-3",
59 "sdxl": "bytedance/sdxl-lightning-4step",
60 "playground-v2.5": "playgroundai/playground-v2.5-1024px-aesthetic",
61 61 "llama-3-70b": "meta/meta-llama-3-70b-instruct",
62 62 "mixtral-8x7b": "mistralai/mixtral-8x7b-instruct-v0.1",
63 63 "gemma-2b": "google-deepmind/gemma-2b-it",