Skip to content

Commit

Permalink
refactor(g4f/Provider/ReplicateHome.py): remove unused text models
Browse files Browse the repository at this point in the history
Request by @TheFirstNoob
- Removed the 'meta/meta-llama-3-70b-instruct' and 'mistralai/mixtral-8x7b-instruct-v0.1' text models from the  list
- Updated the  list to only include the remaining text and image models
- This change simplifies the model configuration and reduces the number of available models, focusing on the core text and image models provided by Replicate
  • Loading branch information
kqlio67 committed Dec 3, 2024
1 parent 156abe5 commit e5022b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions g4f/Provider/ReplicateHome.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ class ReplicateHome(AsyncGeneratorProvider, ProviderModelMixin):
]

text_models = [
'meta/meta-llama-3-70b-instruct',
'mistralai/mixtral-8x7b-instruct-v0.1',
'google-deepmind/gemma-2b-it',
'yorickvp/llava-13b',
]
Expand Down

0 comments on commit e5022b3

Please sign in to comment.