"src/vscode:/vscode.git/clone" did not exist on "9e610129b4be88bf61ebf6704eaae7d40e2c35ce"
- 17 Jan, 2024 1 commit
-
-
i810697 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 12 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
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy Jaeryang Baek authored
feat: rag md support
-
Timothy J. Baek authored
-
- 09 Jan, 2024 10 commits
-
-
Timothy J. Baek authored
-
Timothy Jaeryang Baek authored
feat: better rag context management
-
Timothy J. Baek authored
-
Timothy Jaeryang Baek authored
Improved Docker docs
-
Timothy Jaeryang Baek authored
fix: gguf upload
-
Timothy Jaeryang Baek authored
refactor: run.sh and run-ollama-docker.sh
-
Timothy J. Baek authored
-
Justin Hayes authored
Improved Docker installation instructions.
-
Tanvir authored
-
Tanvir authored
-