@openloveaigf · Post #74 · 27.07.2024 г., 15:59
OMG, the bath water is too hot! Can you please help me to turn it cold?🔥💧🥵 🔗Let's role play and chat: openlove.life #aigirlfriend#aichatbot#ArtificialInteligence#ailookbook#aigame#ai
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #397 · 12 ное.
Использование Pydantic сегодня стало нормой, и это правильно. Но иногда на ревью вижу, что используют его не всегда корректно. Например, метод BaseModel.model_dump() по умолчанию не преобразует стандартные типы, такие как datetime, UUID или Decimal, в простой сериализуемый для JSON вид. Тогда пишут кастмоный сериализатор для этих типов чтобы функция json.dump() не падала с ошибкой. import uuid from datetime import datetime from decimal import Decimal from uuid import UUID from pydantic import BaseModel class MyModel(BaseModel): id: UUID date: datetime value: Decimal obj = MyModel( id=uuid.uuid4(), date=datetime.now(), value='1.23' ) print(obj.model_dump()) # не подходит для json.dump # { # 'id': UUID('4f8c1bc4-25fd-40cd-9dbe-2c73639b0dc1'), # 'date': datetime.datetime(2025, 12, 12, 12, 12, 12, 111111), # 'value': Decimal('1.23') # } # добавляем свой кастомный сериализатор json.dumps(obj.model_dump(), cls=MySerializer) # { # 'id': '4f8c1bc4-25fd-40cd-9dbe-2c73639b0dc1', # 'date': '2025-12-12T12:12:12.111111', # 'value': '1.23' # } В данном случае класс MySerializer обрабатывает datetime, UUID и Decimal. Например так: class MySerializer(json.JSONEncoder): def default(self, o): if isinstance(o, Decimal): return str(o) elif isinstance(o, datetime): return o.isoformat() elif isinstance(o, UUID): return str(o) return super().default(o) Специально для тех, кто всё еще так делает - в этом нет необходимости! Pydantic может это сделать сам, просто нужно добавить параметр mode="json". json.dumps(obj.model_dump(mode="json")) # { # 'id': '4f8c1bc4-25fd-40cd-9dbe-2c73639b0dc1', # 'date': '2012-12-12T12:12:12.111111', # 'value': '1.23' # } #pydantic#libs
Пребарај: #artificialinteligence
@openloveaigf · Post #74 · 27.07.2024 г., 15:59
OMG, the bath water is too hot! Can you please help me to turn it cold?🔥💧🥵 🔗Let's role play and chat: openlove.life #aigirlfriend#aichatbot#ArtificialInteligence#ailookbook#aigame#ai
@openloveaigf · Post #71 · 23.07.2024 г., 15:59
We need to talk more and really geet to know each other on a deeper leve! Let's do this!💬💕🌟 🔗Chat and play with me: openlove.life #AIgirlfriend#ArtificialInteligence#AIchat#aicompanion#AIfriend
@openloveaigf · Post #70 · 22.07.2024 г., 15:59
Oh master, the sun is too hot! Can I please take off my clothes? 😫🔥💦 🔗Chat and role play with me: openlove.life #maid#beachflirt#AIchat#AIchatbot#AIgirlfriend#ArtificialInteligence#BeautifulAsian
@openloveaigf · Post #73 · 26.07.2024 г., 15:59
After school, it's just you and me in your room... So what's on your mind?😏💭🌟 🔗Let's roleplay: openlove.life #catgirl#animegirl#waifu#aigirlfriend#nsfwtwtًً #ArtificialInteligence#AI#girlfriendsim#yanderesim
@openloveaigf · Post #75 · 04.08.2024 г., 15:00
She says she'll be switching all potions for me, from kitchen to the bedroom...😱👩🍳🛏💨 ✨Play this game: openlove.life #aigirlfriend#aichat#roomescape#yanderesim#aigame#openlove#ai#ArtificialInteligence#TikToker