From faca3c6b7162b665e6d783688e1c15efc326e87a Mon Sep 17 00:00:00 2001 From: Mike Grabowski Date: Sun, 8 Feb 2026 19:00:27 +0100 Subject: [PATCH] feat(expo-example): add bielik 1.5b gguf preset --- apps/expo-example/src/config/providers.common.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/expo-example/src/config/providers.common.ts b/apps/expo-example/src/config/providers.common.ts index 1b564643..5414dfef 100644 --- a/apps/expo-example/src/config/providers.common.ts +++ b/apps/expo-example/src/config/providers.common.ts @@ -45,6 +45,10 @@ export const commonLanguageAdapters: SetupAdapter[] = [ 'Qwen/Qwen2.5-3B-Instruct-GGUF/qwen2.5-3b-instruct-q3_k_m.gguf', toolDefinitions ), + createLlamaLanguageSetupAdapter( + 'speakleash/Bielik-1.5B-v3.0-Instruct-GGUF/Bielik-1.5B-v3.0-Instruct.Q8_0.gguf', + toolDefinitions + ), createMLCLanguageSetupAdapter('Llama-3.2-1B-Instruct'), createMLCLanguageSetupAdapter('Llama-3.2-3B-Instruct'), createMLCLanguageSetupAdapter('Phi-3.5-mini-instruct'),