mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-15 14:51:19 -08:00
Update g4f/Provider/ReplicateHome.py
This commit is contained in:
parent
33cc1cb1e0
commit
84433c94ae
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ class ReplicateHome(AsyncGeneratorProvider, ProviderModelMixin):
|
|||
url = "https://replicate.com"
|
||||
parent = "Replicate"
|
||||
working = True
|
||||
default_model = 'stability-ai/stable-diffusion-3'
|
||||
default_model = 'meta/meta-llama-3-70b-instruct'
|
||||
models = [
|
||||
# Models for image generation
|
||||
'stability-ai/stable-diffusion-3',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue