Dan Corin
Dan Corin
I was encountering a similar issue but was able to get things running by using JDK7 and `./gradlew clean shadowJar` to build.
It's been a while since I looked at this PR but if I'm understanding [the spec](https://datatracker.ietf.org/doc/html/rfc6749#section-1.7) correctly, the returned status code is considered an implementation detail, so providing flexibility would...
I am seeing similar behavior to you. I suspect it may have something to do with the symlink changing when running `darwin-rebuild switch` or the `home-manager` equivalent. [This issue](https://github.com/koekeishiya/skhd/issues/19) also...
I came across this thread looking for the same thing but wanted to use the `openai` library (rather than `langchain` as in the gist above) and the `useChat` hook. Here's...
I worked around this by using a local proxy server that I point Cline to instead. It removes the `include_usage` stream option which was causing issues. ```python from fastapi import...
> Haven't seen this error in a while... fresh instances may not experience this. I ran into the issue calling Bedrock last week which is how I found this open...