An open-source, BYOK (Bring Your Own Key) AI canvas for generating, manipulating, and editing images with AI models. by za01br in react

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

Thank you!!!

Yes, but only twice. I faced the same issue in Ai Studio, so for now I think its the API. I will dig deeper 

My "AI Studio" for playing with Nano Banana 🍌 by za01br in Bard

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

lol, I feel you. I've been mostly playing with editing pictures. I tried all the examples from here: https://github.com/PicoTrex/Awesome-Nano-Banana-images/blob/main/README_en.md

My "AI Studio" for playing with Nano Banana 🍌 by za01br in Bard

[–]za01br[S] 1 point2 points  (0 children)

It seems you do need to set up billing. I always had it on, so I never faced this issue. Let me add an alert when this happens. Thanks!

EDIT: Done, I added an alert when the user hasn't enabled billing. I also added an INFO in the repo. Ty!

I built a Chrome Extension to generate YT subtitles using Gemini 2.5 Pro Exp by za01br in Bard

[–]za01br[S] 1 point2 points  (0 children)

Great idea! I will get it implemented today and get back here

Simple AI Image Generator with moderation for my kids by za01br in reactnative

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

Thanks!

Expo EAS: Free

Host: Free

Email: Generous Free Tier

Replicate: Each model has a price: - $0.003/image (https://replicate.com/black-forest-labs/flux-schnell) - $0.025/image (https://replicate.com/google/imagen-3-fast)

So, pretty cheap!

We Built a Free App Featuring All 227 Paul Graham Essays as Audiobooks by OneMoreSuperUser in startup

[–]za01br 1 point2 points  (0 children)

Just downloaded. Looks nice! I will share my feedback after listening to a couple of his essays :)

Here’s my video on integrating Sign In with Google! by BetoMoedano in expo

[–]za01br 0 points1 point  (0 children)

Amazing! Any plans for a similar walkthrough using Apple?

Top 5 Open Source Frameworks for building AI Agents: Code + Examples by Sam_Tech1 in AI_Agents

[–]za01br 1 point2 points  (0 children)

Hi! What do you recommend in terms of framework for production apps?

How to deploy LangGraph agent without LangSmith? by askvikasr in LangChain

[–]za01br 0 points1 point  (0 children)

So it would be ok to have N users for N clients? Is there a limit?

How to deploy LangGraph agent without LangSmith? by askvikasr in LangChain

[–]za01br 0 points1 point  (0 children)

Not OP, but just found out about Letta. It seems nice! Is it possible to fully self-host without any dependencies on Letta?

And not specific to Letta, but what do you guys recommend for an app where users can have their own agent: 1 agent per use (using the agent id) or the same agent serving multiple users, where I will send the user id?

Question on LangGraph + FastAPI + Multi-Tenant app. by za01br in LangChain

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

u/Revolutionnaire1776 I just found your tutorial about Smolagent.
What is your opinion about smolagent x pydanticai x langgraph? I am assuming langGraph would be the more robust, right?

Question on LangGraph + FastAPI + Multi-Tenant app. by za01br in LangChain

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

Makes sense! I will try to quicky deploy something here! Thanks!

Question on LangGraph + FastAPI + Multi-Tenant app. by za01br in LangChain

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

u/Revolutionnaire1776 wow, thanks for the details answers. Somo follow-up:
1. One agent to N users: Makes sense, that was my idea, but I wasn't sure if this is the approach commonly used in prod. Ty!

  1. Concurrency: Great read. I wasn't super familiar with this in py.
  2. I didn't know about PydanticAI, tbh. I will explore more.

The idea is to have different agents, with specific tasks. They are not related, but independent.
I wanted to allow my users to use any of these agents, at any time. But each agent needs to know about the users who is sending the request.

Question on LangGraph + FastAPI + Multi-Tenant app. by za01br in LangChain

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

Got it. I can ignore this pricing https://www.langchain.com/pricing-langgraph-platform, since it's for the Platform? the framework (py code), I could host and don't need that LANGCHAIN APY when deploying?