Skip to content

Commit

Permalink
Update tiktoken for latest GPT models
Browse files Browse the repository at this point in the history
  • Loading branch information
rpggio committed Mar 23, 2024
1 parent a89d85e commit fa8d3a3
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "chat-stream",
"name": "Chat Stream",
"version": "1.4.5",
"version": "1.4.6",
"minAppVersion": "1.1.10",
"description": "Create branching GPT chats using canvas notes.",
"author": "Ryan P Smith",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-chat-stream",
"version": "1.4.5",
"version": "1.4.6",
"description": "Create branching GPT chats using Obsidian canvas",
"main": "src/main.js",
"scripts": {
Expand Down Expand Up @@ -30,6 +30,6 @@
"typescript": "4.7.4"
},
"dependencies": {
"js-tiktoken": "^1.0.8"
"js-tiktoken": "^1.0.10"
}
}
72 changes: 36 additions & 36 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"1.3.3": "1.1.10",
"1.4.3": "1.1.10",
"1.4.4": "1.1.10",
"1.4.5": "1.1.10"
"1.4.6": "1.1.10"
}

0 comments on commit fa8d3a3

Please sign in to comment.