Description: Briefly describe the changes in this pull request.
Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
Documentation: Have you updated relevant documentation?
Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
Description
The _helper file introduces a trailing / to the ollama service url which causes requests to be written with // and results in 404 responses from the ollama service.
This results in ollama models being unusable.
Removing the training slash here resolves the issue.
Changelog Entry
Fixed
Removed trailing / from ollama url in the helm chart template helper (#1478)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/1532
**Author:** [@dariothornhill](https://github.com/dariothornhill)
**Created:** 4/13/2024
**Status:** ✅ Merged
**Merged:** 4/13/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `1478-remove-trailing-slash`
---
### 📝 Commits (1)
- [`e08c144`](https://github.com/open-webui/open-webui/commit/e08c144f0b93672eae7eff1f4914a8bc14751f00) fix(helm): remove trailing slash
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `kubernetes/helm/templates/_helpers.tpl` (+1 -1)
</details>
### 📄 Description
## Pull Request Checklist
- [x] **Description:** Briefly describe the changes in this pull request.
- [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description.
- [ ] **Documentation:** Have you updated relevant documentation?
- [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation?
---
## Description
The [_helper file](https://github.com/open-webui/open-webui/blob/2da7dd67ead27db0f04dd85a77f66fb04a9168be/kubernetes/helm/templates/_helpers.tpl#L13) introduces a trailing `/` to the ollama service url which causes requests to be written with `//` and results in 404 responses from the ollama service.
This results in ollama models being unusable.
Removing the training slash here resolves the issue.
---
### Changelog Entry
### Fixed
- Removed trailing `/` from ollama url in the helm chart template helper (#1478)
FYI closes #1478
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/1532
Author: @dariothornhill
Created: 4/13/2024
Status: ✅ Merged
Merged: 4/13/2024
Merged by: @tjbck
Base:
dev← Head:1478-remove-trailing-slash📝 Commits (1)
e08c144fix(helm): remove trailing slash📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
kubernetes/helm/templates/_helpers.tpl(+1 -1)📄 Description
Pull Request Checklist
Description
The _helper file introduces a trailing
/to the ollama service url which causes requests to be written with//and results in 404 responses from the ollama service.This results in ollama models being unusable.
Removing the training slash here resolves the issue.
Changelog Entry
Fixed
/from ollama url in the helm chart template helper (#1478)FYI closes #1478
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.