llama.cpp/examples/server/webui
Gaetan Bisson 7bbb5acf12
Some checks are pending
flake8 Lint / Lint (push) Waiting to run
Python Type-Check / pyright type-check (push) Waiting to run
server: avoid overwriting Authorization header (#10878)
* server: avoid overwriting Authorization header

If no API key is set, leave the Authorization header as is. It may be
used by another part of the Web stack, such as an authenticating proxy.

Fixes https://github.com/ggerganov/llama.cpp/issues/10854

* rebuild

---------

Co-authored-by: Xuan Son Nguyen <son@huggingface.co>
2024-12-18 15:00:07 +01:00
..
public server: (UI) add syntax highlighting and latex math rendering (#10808) 2024-12-15 12:55:54 +01:00
src server: avoid overwriting Authorization header (#10878) 2024-12-18 15:00:07 +01:00
index.html server: (UI) add syntax highlighting and latex math rendering (#10808) 2024-12-15 12:55:54 +01:00
package-lock.json server : (UI) fix missing async generator on safari (#10857) 2024-12-17 09:52:09 +01:00
package.json server : (UI) fix missing async generator on safari (#10857) 2024-12-17 09:52:09 +01:00
postcss.config.js server : (web ui) Various improvements, now use vite as bundler (#10599) 2024-12-03 19:38:44 +01:00
tailwind.config.js server : (web ui) Various improvements, now use vite as bundler (#10599) 2024-12-03 19:38:44 +01:00
vite.config.js server: (UI) add syntax highlighting and latex math rendering (#10808) 2024-12-15 12:55:54 +01:00