Mark Ericksen
Mark Ericksen
Hi @michalwarda! Yes, I knew this day was coming. :slightly_smiling_face: That error message you gave as an example actually comes from OpenAI. It's their text. And yes, they have changed...
PR #194 changes LLMChain and ChatModels to return an error struct instead of just a string message. However, there still isn't any specific error detection for this situation. `test/chat_models/chat_open_ai_test.exs:912` is...
Hi @vkryukov! Love it. Yes, that area is lacking good documentation and you've correctly identified how it can be improved. Yes, I'd love some help with that!
Hi @nallwhy! Is the idea to write in plain JSON Schema and use the converter to adapt it? Or do you have something else in mind? From your [tests](https://github.com/nallwhy/lang_schema/blob/main/test/support/schema.ex), that's...
Hi @vkryukov! Yes, I'd love help implementing and supporting Google Gemini support for structured output with a schema declaration. :smile:
That's cool. I've been so underwhelmed and disappointed by Google's past models that I wrote them off for personal use. Glad to hear they are improving!
Thank you for the contribution! In this particular case, I wonder if a struct is unnecessary? Especially since it will be the different for each model that supports it. Take...
I'd love to get this merged in if someone wants to pick it up and help finish the changes!
Thanks for the contribution and for making the changes! That was a large chunk of work. ❤️💛💙💜
You're probably correct. What would you expect to see? Just a logged message? Something else?