Benjamin

Results 2 issues of Benjamin

Using the helmfile and values.yaml.gotmpl below results in a properly rendering chart. ``` repositories: - name: gitlab url: {{ .Values | get "helmRepo" "https://charts.gitlab.io" }} releases: - name: gitlab namespace:...

I have an ollama container running the stable-code:3b-code-q4_0 model. I'm able to interact with the model via curl: `curl -d '{"model":"stable-code:3b-code-q4_0", "prompt": "c++"}' https://notarealurl.io/api/generate` and get a response in a...