Chysev commited on
Commit
cef2da9
·
verified ·
1 Parent(s): 71f44fd

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -28,7 +28,7 @@ app.post("/api/chat", async (req, res) => {
28
  const model = new LlamaModel({
29
  modelPath: path.join(
30
  process.cwd(),
31
- "model",
32
  "orca-mini-3b-gguf2-q4_0.gguf"
33
  ),
34
  });
 
28
  const model = new LlamaModel({
29
  modelPath: path.join(
30
  process.cwd(),
31
+ "Model",
32
  "orca-mini-3b-gguf2-q4_0.gguf"
33
  ),
34
  });