romeo.d

Results 6 comments of romeo.d

I noticed that when opening the flow, the biref "Saving" on the top part beside the flow title changes the value for Gemini model name This script fires on flow...

Found it: it's this one: ![Image](https://github.com/user-attachments/assets/b74e948c-524d-4aa9-b3ac-4fb74d66cbd2)

this is my proposed fix and has been working fine with us since ``` def build_model(self) -> LanguageModel: # type: ignore[type-var] try: from langchain_google_genai import ChatGoogleGenerativeAI except ImportError as e:...

running on 1.3.2, also getting the error. We have saved the openai key to the global variable and it seems like it is randomly resetting to "dummy". We have tried...

Following up on this - i can successfully recreate the bug. When logging out, the OPENAI_API_KEY resets to "dummy"