mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-24 13:07:53 +08:00
Fix model list in GradientNetwork provider by replacing duplicate entry with "Qwen3 235B"
This commit is contained in:
@@ -26,7 +26,7 @@ class GradientNetwork(AsyncGeneratorProvider, ProviderModelMixin):
|
||||
default_model = "GPT OSS 120B"
|
||||
models = [
|
||||
default_model,
|
||||
"GPT OSS 120B",
|
||||
"Qwen3 235B",
|
||||
]
|
||||
model_aliases = {
|
||||
"qwen-3-235b": "Qwen3 235B",
|
||||
|
||||
Reference in New Issue
Block a user