Updated g4f/models.py

This commit is contained in:
kqlio67 2024-09-12 21:52:25 +03:00
parent ba5f6efa39
commit b12c619c6e

View file

@ -207,7 +207,7 @@ mistral_7b = Model(
phi_3_mini_4k = Model( phi_3_mini_4k = Model(
name = "phi-3-mini-4k", name = "phi-3-mini-4k",
base_provider = "Microsoft", base_provider = "Microsoft",
best_provider = IterListProvider([HuggingFace, HuggingChat]) best_provider = IterListProvider([HuggingChat, HuggingFace])
) )