Skip to content

Commit

Permalink
fix CI, remove unused tiktoken
Browse files Browse the repository at this point in the history
  • Loading branch information
ngundotra committed Jan 25, 2025
1 parent f7db94b commit f614eba
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-langchain-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
with:
node-version: 20.x
- run: pnpm install
- run: pnpm run check-langchain-tool-names
- run: pnpm run check-tool-names:langchain
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"form-data": "^4.0.1",
"langchain": "^0.3.8",
"openai": "^4.77.0",
"tiktoken": "^1.0.18",
"typedoc": "^0.27.6",
"zod": "^3.24.1"
},
Expand Down
8 changes: 0 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit f614eba

Please sign in to comment.