Carlos Martinez
Carlos Martinez
Hi there, First of all, thank you for the packages, they're very useful 🚀 I've been having issues with the `position` function and I'm not sure if it's an issue...
I tried this module with a default firebase security rule and I got `Permission denied`. I had to set the rules to: ``` { "rules": { ".read": true, ".write": true...
When you use the max_tokens option in google gemini, you get a response that looks like this once the limit is reached: ``` { "candidates": [ { "content": { "role":...
**Describe the bug** The output fixing parser isn't working with Gemini 2.5 flash. As you described in the readme, google models require a different format: ``` messages = [ {...
Connected to #1015 As described in the README, the google APIs have a different format for their LLMs: ``` messages = [ { role: "system", content: "You are a helpful...