Skip to content

Commit

Permalink
test: add the package
Browse files Browse the repository at this point in the history
  • Loading branch information
adolphnov committed Aug 3, 2024
1 parent a5f40f1 commit b31663e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions adapter/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "TBXark",
"license": "MIT",
"dependencies": {
"duck-duck-scrape": "^2.2.5",
"html-entities": "^2.5.2"
"html-entities": "^2.5.2",
"chatgpt-telegram-workers": "github:adolphnov/ChatGPT-Telegram-Workers#test"
},
"devDependencies": {
"dotenv": "^16.0.3",
Expand Down
2 changes: 1 addition & 1 deletion adapter/vercel/src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable no-unused-vars */
import worker from '../../../main.js';
import worker from 'chatgpt-telegram-workers';
import { RedisCache } from '../utils/redis.js';
import Middle from './_middleware.js';
import {duckduckgo_search} from '../utils/duckduckgo.js';
Expand Down

0 comments on commit b31663e

Please sign in to comment.