Skip to content

Commit

Permalink
⬆️ Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zuisong committed Jan 29, 2024
1 parent 9837eae commit 8f58a16
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 81 deletions.
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ hard_limit = 250
[[vm]]
cpu_kind = "shared"
cpus = 1
memory = "256MB"
memory = "512MB"
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
"dependencies": {
"@google/generative-ai": "^0.1.3",
"@hono/node-server": "^1.5.0",
"hono": "^3.12.7"
"hono": "^3.12.8"
},
"devDependencies": {
"eventsource-parser": "^1.1.1",
"esbuild": "^0.19.12"
"@types/node": "~18",
"esbuild": "^0.20.0"
}
}
167 changes: 90 additions & 77 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 src/types.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { type OpenAI } from "https://deno.land/x/[email protected]/mod.ts"
export type { OpenAI } from "https://deno.land/x/[email protected]/mod.ts"

0 comments on commit 8f58a16

Please sign in to comment.