Spaces:
Paused
Paused
Update server.js
Browse files
server.js
CHANGED
|
@@ -3,7 +3,7 @@ import http from 'http';
|
|
| 3 |
|
| 4 |
// Configuration
|
| 5 |
const PORT = 7860;
|
| 6 |
-
const MODEL_NAME = 'Xenova/
|
| 7 |
|
| 8 |
let generator;
|
| 9 |
|
|
|
|
| 3 |
|
| 4 |
// Configuration
|
| 5 |
const PORT = 7860;
|
| 6 |
+
const MODEL_NAME = 'Xenova/starcoder2-3b'; // Lightweight, powerful coding model
|
| 7 |
|
| 8 |
let generator;
|
| 9 |
|