mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 10:40:43 -08:00
Updated g4f/models.py
This commit is contained in:
parent
ba5f6efa39
commit
b12c619c6e
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ mistral_7b = Model(
|
|||
phi_3_mini_4k = Model(
|
||||
name = "phi-3-mini-4k",
|
||||
base_provider = "Microsoft",
|
||||
best_provider = IterListProvider([HuggingFace, HuggingChat])
|
||||
best_provider = IterListProvider([HuggingChat, HuggingFace])
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue