Adrian Cole

Results 2042 comments of Adrian Cole

raised this to buy some time https://github.com/kubernetes-client/java/pull/3175

> That said, I'm not that keen to ensure we use the same environment variables as that in other ecosystems. ok mainly if it is at least the same cardinality...

I need only one line to swap azure for normal openai in python and the `AZURE_OPENAI_API_KEY` is reliable as it is canonical. ```python openai_client = AsyncAzureOpenAI() if os.getenv("AZURE_OPENAI_API_KEY") else None...

For devex, a known port or zero works best, and is most familiar. Known port allows integration in docker to work, for example having prometheus scrape config. Ack this is...

@brendandburns I've been through this recently with zipkin and main thing is compile floor of 8 is fine until LTS moves past 21. If you want, I can update the...

accidentally opened another issue [#386](https://github.com/openai/tiktoken/issues/386) not seeing this one. I closed in favor of focusing here. 🤞

@hauntsaninja gentle reminder that this would be awesome to have in. with grpcio 1.71.0 now having musl aarch64 wheels, having tiktoken could lead to fast and slim alpine build

on the benefits of this, not just do we skip less tests, but we also understand failure cases common for local model serving runtimes. This includes aspects about the service...

@mdelapenya thanks I subscribed. Not sure if they will accept it or prior art around native process management. However, it does feel like it can workaround the lifecycle issue if...

ack and dupe of this unless I misread yours. hoping this gets attention, too! https://github.com/giampaolo/psutil/issues/2520