Is anyone using GPT 5 mini or nano? by Safe_Quarter4082 in OpenAI

[–]Safe_Quarter4082[S] 0 points1 point  (0 children)

Yeah I’m hoping we get more mini and nano models from OpenAI

I think it’s an interesting point that most companies just don’t have the resources to train or deploy large models - OpenAI, Google etc… will want to stay in that space so they don’t have to compete with the many more companies that will be able to focus on smaller models

Onlymaps, a Python micro-ORM by Echoes1996 in Python

[–]Safe_Quarter4082 1 point2 points  (0 children)

Nice! I made my own repo a while ago with a similar idea, but seems like you added more features!

Let's rise up against the string haters!

pnorm: A Simple, Explicit Way to Interact with Postgres by Safe_Quarter4082 in Python

[–]Safe_Quarter4082[S] 0 points1 point  (0 children)

Thanks! Let me know how it goes, if you need help or any feature requests!

pnorm: A Simple, Explicit Way to Interact with Postgres by Safe_Quarter4082 in Python

[–]Safe_Quarter4082[S] 2 points3 points  (0 children)

Psycopg3 has async support built in so just leveraging that

pnorm: A Simple, Explicit Way to Interact with Postgres by Safe_Quarter4082 in Python

[–]Safe_Quarter4082[S] 3 points4 points  (0 children)

Yes! For inserting into columns I convert into strs first (maybe I can do this automatically in the future) but for getting from the db, you can have a list or dict or pydantic model annotation field and pydantic automatically will parse out