From e5022b386f4ffbc39e0dae923cb22b3aec56797f Mon Sep 17 00:00:00 2001 From: kqlio67 <> Date: Tue, 3 Dec 2024 12:45:18 +0200 Subject: [PATCH] refactor(g4f/Provider/ReplicateHome.py): remove unused text models 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 --- g4f/Provider/ReplicateHome.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/g4f/Provider/ReplicateHome.py b/g4f/Provider/ReplicateHome.py index 00de09e0dff..8b9ea5be6b4 100644 --- a/g4f/Provider/ReplicateHome.py +++ b/g4f/Provider/ReplicateHome.py @@ -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', ]