mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-15 14:51:19 -08:00
Add StringableInference provider and update OpenaiTemplate for model retrieval
This commit is contained in:
parent
a55256a4c3
commit
a18ceac0a5
4 changed files with 38 additions and 6 deletions
|
|
@ -27,6 +27,7 @@ from .Provider import (
|
|||
PollinationsAI,
|
||||
PollinationsImage,
|
||||
Qwen,
|
||||
StringableInference,
|
||||
TeachAnything,
|
||||
Together,
|
||||
WeWordle,
|
||||
|
|
@ -154,15 +155,14 @@ default = Model(
|
|||
name = "",
|
||||
base_provider = "",
|
||||
best_provider = IterListProvider([
|
||||
StringableInference,
|
||||
OIVSCodeSer0501,
|
||||
OIVSCodeSer2,
|
||||
Blackbox,
|
||||
Copilot,
|
||||
DeepInfra,
|
||||
OperaAria,
|
||||
Startnest,
|
||||
GLM,
|
||||
Kimi,
|
||||
PollinationsAI,
|
||||
Qwen,
|
||||
Together,
|
||||
|
|
@ -179,7 +179,7 @@ default_vision = VisionModel(
|
|||
name = "",
|
||||
base_provider = "",
|
||||
best_provider = IterListProvider([
|
||||
Blackbox,
|
||||
StringableInference,
|
||||
DeepInfra,
|
||||
OIVSCodeSer0501,
|
||||
OIVSCodeSer2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue