Skip to content

Commit

Permalink
Update g4f/models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kqlio67 committed Dec 3, 2024
1 parent dc60fff commit 29ea7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g4f/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def __all__() -> list[str]:
qwen_2_5_72b = Model(
name = 'qwen-2.5-72b',
base_provider = 'Qwen',
best_provider = AmigoChat
best_provider = IterListProvider([AmigoChat, HuggingChat, HuggingFace])
)

qwen_2_5_coder_32b = Model(
Expand Down

0 comments on commit 29ea7ef

Please sign in to comment.