David Manouchehri
David Manouchehri
For [Stoplight Elements](https://stoplight.io/open-source/elements), the code we use looks like: ```typescript import { OpenAPIHono, createRoute, z } from '@hono/zod-openapi' import { logger } from 'hono/logger' declare type Bindings = { ENVIRONMENT:...
I also updated https://github.com/honojs/hono/issues/1415#issuecomment-1707531030 to include the correct and "best" CORS rule (that I know of right now) for Stoplight Elements. 😄
Related side-comment: eventually (in a few months) we will be using LiteLLM in an "offline"/isolated environment. (To be more specific, we will have access to `api.openai.com` and to our VMs,...
Thanks! I'm going to set it on my Cloud Run deployment as well, since the extra fetch probably isn't benefiting cold start times (even if small). =P
I've been using Azure OpenAI, Bedrock, and Cohere. None of them had this issue from what I remember. =)
Likewise, same issue.
Likewise, also having this issue. @vdombrovski Did you ever get your fix to work?
Ah thanks, got 1f3e5077fafddd06deb46777ca3de7a823d5e5ac working; it turns out I was doing something wrong with my config, your fix was good the entire time. =D
I bought a single channel version and it works great, so I can confirm this is a problem with only the 4 channel version.
@bandi13 Do you have any logs? What kernel are you running? I'm not actually sure if I own this device anymore. I moved some of my hardware around and I...