Spaces:
Sleeping
Sleeping
fix: replace TinyLlama with Qwen2.5-1.5B-Instruct (provider support)
Browse files- 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 = '
|
| 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.";
|