AchyuthGamer
commited on
Commit
•
37fe589
1
Parent(s):
987a957
Update g4f/models.py
Browse files- g4f/models.py +1 -1
g4f/models.py
CHANGED
@@ -9,7 +9,7 @@ class Model:
|
|
9 |
|
10 |
class gpt_35_turbo:
|
11 |
name: str = 'gpt-3.5-turbo'
|
12 |
-
base_provider: str = '
|
13 |
best_provider: Provider.Provider = Provider.Wewordle
|
14 |
|
15 |
class gpt_35_turbo_0613:
|
|
|
9 |
|
10 |
class gpt_35_turbo:
|
11 |
name: str = 'gpt-3.5-turbo'
|
12 |
+
base_provider: str = 'Achyuth'
|
13 |
best_provider: Provider.Provider = Provider.Wewordle
|
14 |
|
15 |
class gpt_35_turbo_0613:
|