language_models updated

This commit is contained in:
2025-01-09 14:57:30 +03:00
parent 4fe1f36006
commit f4f9e584ff
26 changed files with 2346 additions and 187 deletions

View File

@@ -2,7 +2,6 @@ from .databaseConfigs import (
WagDatabase,
WagRedis,
MongoConfig,
)
from .emailConfigs import (
EmailConfig,
@@ -44,4 +43,4 @@ __all__ = [
# "TestMongo",
# "RelationAccess",
# "EmailConfig",
# "TestDatabase",
# "TestDatabase",

View File

@@ -1,5 +1,3 @@
storeHost = "10.10.2.36"

View File

@@ -1,5 +1,3 @@
class EmailConfig:
EMAIL_HOST: str = "10.10.2.34"
EMAIL_USERNAME: str = "karatay@mehmetkaratay.com.tr"