mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-17 22:48:35 +00:00
6c34e48180
testing to see if a js worker improves proxy perf (and by how much)
15 lines
292 B
JSON
15 lines
292 B
JSON
{
|
|
"scripts": {
|
|
"dev": "wrangler dev src/index.ts",
|
|
"deploy": "wrangler deploy --minify src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.1.4",
|
|
"openai": "^4.29.2"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20240208.0",
|
|
"wrangler": "^3.32.0"
|
|
}
|
|
}
|