Taylor Sly
Taylor Sly
Play custom sounds when you kill another player or get a killstreak in PvP. More details in the repo [README](https://github.com/slyt/kill-sounds/#readme).
### What are you trying to do? I would like to use the Ollama implemented OpenAI chat completions API and [OpenAI python client](https://github.com/openai/openai-python) to ask question about images (e.g. [llava](https://ollama.com/library/llava)...
It would be great if there was a configurable option to restrict the ability for Ollama server to pull certain models based on the model's license. This is necessary for...
I'm getting occasional Segmentation faults, I think it's during the TTS step: ``` 2024-05-02 19:57:18.877 | SUCCESS | __main__:__init__:125 - TTS text: I'm alive 2024-05-02 19:57:18.880 | SUCCESS | __main__:start:175...
**What would you like to be added**: I'd like for the [readiness and liveness probes](https://github.com/kubernetes-sigs/node-feature-discovery/blob/560905fbee7bb8fe475831cc3b86f3a62d78d43e/deployment/helm/node-feature-discovery/values.yaml#L402-L414) to be configurable in the helm values. **Why is this needed**: node-feature-discovery-master pods use [gRPC...
### Feature request The OpenAI API `/embedding` endpoint accepts input for both text (list of strings) and [tokenized input](https://github.com/openai/openai-openapi/blob/893ba52242dbd5387a97b96444ee1c742cfce9bd/openapi.yaml#L8832-L8850) (list of integers). text-embeddings-inference should also support list of integers (tokens)...
## Title ## Relevant issues ## Type 📖 Documentation ## Changes Add `--config` argument to point to the config-volume mount point from the example. Without this, the proxy server does...
**What is missing?** The `AlertManagerConfig` CRD does not have the ability to add `templates` to the `alertmanager.yaml` config file. It appears the only way to configure the the search paths...