summaryrefslogtreecommitdiffstats
path: root/g4f/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/models.py')
-rw-r--r--g4f/models.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/g4f/models.py b/g4f/models.py
index e4b20ae5..2f86891d 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -11,7 +11,6 @@ from .Provider import (
ChatgptAi,
DeepInfra,
OnlineGpt,
- ChatgptX,
ChatBase,
Liaobots,
GeekGpt,
@@ -27,7 +26,7 @@ from .Provider import (
Bing,
You,
H2o,
- PI,
+ Pi,
)
@dataclass(unsafe_hash=True)
@@ -264,7 +263,7 @@ llama70b_v2_chat = Model(
pi = Model(
name = 'pi',
base_provider = 'inflection',
- best_provider=PI
+ best_provider=Pi
)
class ModelUtils: