Add claude streaming & remove unused parameters

This commit is contained in:
kwaroran
2024-03-06 22:14:24 +09:00
parent 7b98a610ec
commit fe31610ca0
4 changed files with 86 additions and 2 deletions

8
pnpm-lock.yaml generated
View File

@@ -65,6 +65,9 @@ dependencies:
dompurify:
specifier: ^3.0.8
version: 3.0.8
eventsource-parser:
specifier: ^1.1.2
version: 1.1.2
exifr:
specifier: ^7.1.3
version: 7.1.3
@@ -2923,6 +2926,11 @@ packages:
resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==}
dev: false
/eventsource-parser@1.1.2:
resolution: {integrity: sha512-v0eOBUbiaFojBu2s2NPBfYUoRR9GjcDNvCXVaqEf5vVfpIAh9f8RCo4vXTP8c63QRKCFwoLpMpTdPwwhEKVgzA==}
engines: {node: '>=14.18'}
dev: false
/execa@5.1.1:
resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==}
engines: {node: '>=10'}