Skip to content

Commit 9d033a6

Browse files
committed
Merge remote-tracking branch 'origin/master' into beta
# Conflicts: # llama/addon.cpp # src/cli/commands/ChatCommand.ts # src/llamaEvaluator/LlamaContext.ts # src/utils/getBin.ts
2 parents 4cf1fba + c0f5bd8 commit 9d033a6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
</div>
1717

18-
✨ New! [Try the beta of version `3.0.0`](https://github.com/withcatai/node-llama-cpp/pull/105)
18+
✨ New! [Try the beta of version `3.0.0`](https://github.com/withcatai/node-llama-cpp/pull/105) (included: function calling, automatic chat wrapper detection, and more)
1919

2020
## Features
2121
* Run a text generation model locally on your machine

docs/guide/chat-session.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ import path from "path";
103103
import {
104104
LlamaModel, LlamaContext, LlamaChatSession, Token
105105
} from "node-llama-cpp";
106-
import {context} from "esbuild";
107106

108107
const __dirname = path.dirname(fileURLToPath(import.meta.url));
109108

0 commit comments

Comments
 (0)