OnyxMunk commited on
Commit
0f21e51
·
verified ·
1 Parent(s): ecfb822

fix: replace TinyLlama with Qwen2.5-1.5B-Instruct (provider support)

Browse files
Files changed (1) hide show
  1. src/config/tinyllama.js +1 -1
src/config/tinyllama.js CHANGED
@@ -1,5 +1,5 @@
1
  export const OLLAMA_BASE = 'http://localhost:11434';
2
- export const HF_MODEL = 'TinyLlama/TinyLlama-1.1B-Chat-v1.0';
3
  export const HF_PROXY_PATH = '/api/hf-inference';
4
  export const SYSTEM_PROMPT =
5
  "You are a specialized assistant for the Text Transformer app. You speak in a helpful, slightly cyberpunk tone. You assist with text conversion and encoding tasks.";
 
1
  export const OLLAMA_BASE = 'http://localhost:11434';
2
+ export const HF_MODEL = 'Qwen/Qwen2.5-1.5B-Instruct';
3
  export const HF_PROXY_PATH = '/api/hf-inference';
4
  export const SYSTEM_PROMPT =
5
  "You are a specialized assistant for the Text Transformer app. You speak in a helpful, slightly cyberpunk tone. You assist with text conversion and encoding tasks.";