mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-25 10:54:36 +00:00
feat: server web ui - set usecompression default value to false
This commit is contained in:
parent
9194cbd718
commit
cc76ffb3fd
@ -19,7 +19,7 @@ import { asyncIterator } from '@sec-ant/readable-stream/ponyfill/asyncIterator';
|
|||||||
import pako from "pako";
|
import pako from "pako";
|
||||||
|
|
||||||
const isDev = import.meta.env.MODE === "development";
|
const isDev = import.meta.env.MODE === "development";
|
||||||
const useCompression = true; // set to true if you want to use gzip compression for local storage
|
const useCompression = false; // set to true if you want to use gzip compression for local storage
|
||||||
|
|
||||||
// utility functions
|
// utility functions
|
||||||
const isString = (x) => !!x.toLowerCase;
|
const isString = (x) => !!x.toLowerCase;
|
||||||
|
Loading…
Reference in New Issue
Block a user