Skip to content

✨ feat: 支持流式响应 #28

✨ feat: 支持流式响应

✨ feat: 支持流式响应 #28

Triggered via push October 21, 2023 15:12
Status Failure
Total duration 1m 21s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
test: src/ProChat/store/action.ts#L296
Argument of type '{ frequency_penalty?: number | undefined; max_tokens?: number | undefined; presence_penalty?: number | undefined; temperature?: number | undefined; top_p?: number | undefined; model: string; stream: boolean; } & Partial<...>' is not assignable to parameter of type 'ModelConfig'.
test: src/ProChat/store/hooks/useEffectAfterHydrated.ts#L3
Module '"../store"' has no exported member 'useStore'.
test: src/ProChat/store/hooks/useOnFinishHydrationSession.ts#L4
Module '"../store"' has no exported member 'useStore'.
test: src/ProChat/store/hooks/useSessionChatInit.ts#L1
Module '"../store"' has no exported member 'useStore'.
test: src/ProChat/store/hooks/useSessionHydrated.ts#L3
Module '"../store"' has no exported member 'useStore'.
test: src/index.ts#L61
Module './ProChat' has already exported a member named 'ChatMessage'. Consider explicitly re-exporting to resolve the ambiguity.
test: src/index.ts#L61
Module './ProChat' has already exported a member named 'ChatMessageError'. Consider explicitly re-exporting to resolve the ambiguity.
test
Process completed with exit code 1.