Julien
Julien
Same issue here, reverting back to 4.4.0 solves the issue for me: Any request I try to make always return `ehostunreach` on my machine (MacOS 10.13.6) and `eaddrnotavail` on my...
default to ipv4 would be great @cmullaparthi thanks!
Hey, Kaffy looks quite cool! It might trigger a move from a VueJS based admin template we use to a pure phoenix templates one. But having liveview support would definitely...
the documentation states that when `detectBrowserLanguage` is enabled, the prefixed path will be preferred Have you tried to disable `detectBrowserLanguage` and see what happens ? Are you experiencing a different...
Thank you for the tip. I enabled verbose api and could see the LLM is replying with empty content. I removed the mode: in the run call to avoid a...
I'm facing a problem that could be rooted into what has been described in this issue. I checked the underlying `websocket_client` erlang library that is being used by this dep....
> Related to [#73](https://github.com/J0/phoenix_gen_socket_client/pull/73) I do confirm, that my investigations led me to a debugging script that looked like that (inside web_socket_client.ex) ```elixir def websocket_info({:tcp_closed, frame} = reason, req, state)...
I'm using this library and have a working example that I would happily share. It's highly specific to my use case, but that could still come handy ?
I'm checking #72 as I urgently need a fix for that issue, I'll revert to this one after. If you can help on 72 as I'm not familiar at all...
I'm trying to use tool calling with an OpenAI compatible API with gpt-oss-120B (namely scaleway generative API) The current implementation fails with the following API error > Received error from...