crondab

Results 2 comments of crondab

I'd also like to be able to send to HTTP endpoints. I am intending to run LiteLLM Proxy in my Kubernetes cluster. Our cluster uses HTTP for all services with...

13 minutes later... We're realised we can get around this restriction by setting the Authorization header manually in the client builder: ``` return new OpenAIClientBuilder() // .credential(new KeyCredential("sk-1234")) .clientOptions(new ClientOptions().setHeaders(List.of(new...