Mark Ericksen
Mark Ericksen
Does it use an OpenAI compatible API? If so, it may be supported right now. I haven’t looked into at this point and would love any insights you have on...
@yvrhlp thanks! We're not using any of those. The ChatOpenAI module supports overriding the endpoint so that might be working right now. Please let me know if you try it....
Awesome! If you keep playing with it, it would be great to hear how it goes. Thanks for reporting back. On Thu, Jun 13, 2024 at 2:19 PM Tore Pettersen...
It could be made to auto-retry I think. Perhaps with a built-in delay. I'm open to a PR for this.
Nice @matthusby! You describe this as a PoC. Is there anything else you think it needs or is lacking? Would you be willing to write tests for the `lib/document/loaders/github.ex` file?
Hi @matthusby! I see where you're coming from with this. At the same time, having it error loudly has helped me when I moved development to another machine and the...
I'm not going to go in this direction at this time. Thanks for the thoughtful contribution!
@avergin That's a valid use-case. I plan to create an demo for this, which may identify any remaining issues if they are there. But here's the idea: - The execution...
@avergin I published the article about using AI to create image ALT tag text and image captions using AI. It's doing data extraction using JSON without functions. https://fly.io/phoenix-files/using-ai-to-boost-accessibility-and-seo/
@avergin Yes, it's similar to instructor in this way. The idea is that a custom processor (it's really just a function) can validate against a changeset. OR, the tool call...