David Miguel Lozano

Results 76 comments of David Miguel Lozano

Hey @Milksheyke! Great to hear that you are interested in contributing to the project 🙂 At the moment I don't have any contribution guide, unfortunately. We can maybe discuss how...

sounds good! With local models I mean that the models are running on the user's machine. There are a couple of multi-modal models that Ollama supports ([bakllava](https://ollama.ai/library/bakllava) and [llava](https://ollama.ai/library/llava)). Ollama...

hey @tinoper, I didn't find time to work on this, unfortunately, so happy if you could take it over!

Awesome! This invite link should work: https://discord.gg/x4qbhqecVR

Hey @tinoper , Indeed, those methods were missing from `ChatGoogleGenerativeAI`. I've just added them (https://github.com/davidmigloz/langchain_dart/pull/357). I'm not planning to release a new version of LangChain.dart in the coming days, as...

Ahh true, I forgot streaming was pending to be implemented. I'll take over the ticket to migrate `ChatGoogleGenerativeAI ` to the official client from @luisredondo (https://github.com/davidmigloz/langchain_dart/issues/332). I can quickly implement...

@tinoper `ChatGoogleGenerativeAI` now supports streaming (https://github.com/davidmigloz/langchain_dart/pull/360), I've updated the dependencies in the [`google_ai`](https://github.com/davidmigloz/pixels2flutter/commits/google_ai/) branch to point to the latest LangChain.dart commit. Hopefully there isn't more blockers!

@luisredondo no worries! I imagined that. I've halted the migration as the official client is still not as feature complete as `googleai_dart` (https://github.com/davidmigloz/langchain_dart/issues/332#issuecomment-2033099926). Thanks for your work!

@tinoper step by step 😄 Google models don't support system messages (messages with role `system`) yet, as other providers like OpenAI do. We should probably define two prompt templates, the...

@tinoper the new release of LangChain.dart is out, so there's no need to override the dependencies anymore https://github.com/davidmigloz/langchain_dart/releases/tag/langchain-v0.5.0