mirror of
https://github.com/lone-cloud/gerbil
synced 2026-06-03 19:54:44 -07:00
4 lines
188 B
TypeScript
4 lines
188 B
TypeScript
export const DEFAULT_CONTEXT_SIZE = 4096;
|
|
|
|
export const DEFAULT_MODEL_URL =
|
|
'https://huggingface.co/MaziyarPanahi/gemma-3-4b-it-GGUF/resolve/main/gemma-3-4b-it.Q8_0.gguf?download=true';
|