"ts/webui/src/components/modals/ExperimentPanel.tsx" did not exist on "fc7ddcd0c83febfbbae76bc5065e1e9d6cd8f8c3"
- 18 Jan, 2024 3 commits
-
-
Timothy Jaeryang Baek authored
feat: message ts
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
- 17 Jan, 2024 15 commits
-
-
Timothy J. Baek authored
-
Timothy Jaeryang Baek authored
This script can now be run from any directory
-
Timothy Jaeryang Baek authored
Feat: Add ChatGPT import functionality
-
Timothy J. Baek authored
-
Mike Slinn authored
-
Mike Slinn authored
-
Timothy J. Baek authored
-
Timothy Jaeryang Baek authored
Fix: ".md" documents upload only works for drag n. drop in message.
-
Timothy Jaeryang Baek authored
Idiot-Proof level HTTPS doc for apache
-
i810697 authored
-
Oliver Bob Reyes Lagumen authored
-
Brandon Hulston authored
-
Brandon Hulston authored
-
Brandon Hulston authored
-
Brandon Hulston authored
-
- 16 Jan, 2024 3 commits
-
-
Timothy Jaeryang Baek authored
Fix/chat imports
-
Brandon Hulston authored
-
Brandon Hulston authored
-
- 14 Jan, 2024 3 commits
-
-
Timothy Jaeryang Baek authored
Add Docker apt repository set up for installation instructions
-
EmelyanenkoK authored
-
Timothy Jaeryang Baek authored
fix: sanitized model name
-
- 13 Jan, 2024 4 commits
-
-
Anuraag Jain authored
-
Timothy Jaeryang Baek authored
reduce docker final image size
-
Timothy Jaeryang Baek authored
feat: custom port for server
-
Timothy J. Baek authored
-
- 12 Jan, 2024 1 commit
-
-
Ismael authored
Added the option `--no-cache-dir` to the `pip3 install` commands on the Dockerfile to reduce the docker image resulting size to 1.89 GB from 2.27 GB.
-
- 11 Jan, 2024 6 commits
-
-
Timothy Jaeryang Baek authored
feat: parallel model downloads
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Anuraag Jain authored
-
Timothy Jaeryang Baek authored
Fix bug: Header attributes (Host, Authorization, Origin, Referer) not sanitized.
-
goecho authored
- Resolved an issue where header attributes Host, Authorization, Origin, and Referer were not being sanitized, resulting in two major issues: 1. Ollama requests inadvertently exposed user information, leading to data leakage. 2. When Ollama is deployed on different servers, and the intermediary proxy layer uses the host header to locate downstream services, it fails to find them. Root Cause: - In FastAPI, when accessing request.headers, all header names are converted to lowercase. This is because FastAPI, and its underlying framework Starlette, adhere to the HTTP/2 standard, which mandates lowercase header field names for performance and consistency. - In HTTP/2, enforcing lowercase header field names reduces complexity in header processing as case sensitivity is no longer a concern. Thus, regardless of the case used in client-sent header fields, the server processes them uniformly in lowercase. - This practice is adopted in FastAPI and other modern HTTP frameworks, even in an HTTP/1.1 context, to maintain consistency with HTTP/2 and improve overall performance. As a result, header field names are always presented in lowercase in FastAPI, even if the original request used capitalization or mixed case.
-
- 10 Jan, 2024 5 commits
-
-
Timothy Jaeryang Baek authored
doc: line break removed
-
Timothy J. Baek authored
-
Timothy Jaeryang Baek authored
doc: update
-
Timothy Jaeryang Baek authored
-
Timothy Jaeryang Baek authored
feat: collaborative chat
-