We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9059a47 commit 502a1b7Copy full SHA for 502a1b7
1 file changed
apps/expo-example/src/config/providers.common.ts
@@ -43,6 +43,10 @@ export const commonLanguageAdapters: SetupAdapter<LanguageModelV3>[] = [
43
createLlamaLanguageSetupAdapter(
44
'Qwen/Qwen2.5-3B-Instruct-GGUF/qwen2.5-3b-instruct-q3_k_m.gguf'
45
),
46
+ createLlamaLanguageSetupAdapter(
47
+ 'speakleash/Bielik-1.5B-v3.0-Instruct-GGUF/Bielik-1.5B-v3.0-Instruct.Q8_0.gguf',
48
+ toolDefinitions
49
+ ),
50
createMLCLanguageSetupAdapter('Llama-3.2-1B-Instruct'),
51
createMLCLanguageSetupAdapter('Llama-3.2-3B-Instruct'),
52
createMLCLanguageSetupAdapter('Phi-3.5-mini-instruct'),
0 commit comments