Skip to content

feat: add support for OpenAI #299

feat: add support for OpenAI

feat: add support for OpenAI #299

Triggered via pull request October 7, 2024 22:11
Status Failure
Total duration 43s
Artifacts

lint.yml

on: pull_request
Run linter
34s
Run linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Run linter: src/lib/chat/index.ts#L15
Unexpected any. Specify a different type
Run linter: src/lib/chat/index.ts#L17
Unexpected any. Specify a different type
Run linter: src/lib/chat/index.ts#L19
Unexpected any. Specify a different type
Run linter: src/lib/chat/index.ts#L19
Unexpected any. Specify a different type
Run linter: src/lib/chat/openai.ts#L21
Unexpected any. Specify a different type
Run linter: src/lib/chat/openai.ts#L37
Unexpected any. Specify a different type
Run linter: src/routes/sessions/[id]/+page.svelte#L131
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
Run linter: src/routes/settings/Ollama.svelte#L28
'ollamaTagResponse' is assigned a value but never used
Run linter: src/routes/settings/OpenAI.svelte#L22
'openaiTagResponse' is assigned a value but never used
Run linter
Process completed with exit code 1.