new gpt4turbo model #265
Annotations
10 errors
lint:
src/lib/ChatRequest.svelte#L40
Missing space before function parentheses
|
lint:
src/lib/ChatRequest.svelte#L41
Expected indentation of 4 spaces but found 0
|
lint:
src/lib/ChatRequest.svelte#L42
Expected indentation of 6 spaces but found 4
|
lint:
src/lib/ChatRequest.svelte#L42
Extra semicolon
|
lint:
src/lib/ChatRequest.svelte#L43
Expected indentation of 6 spaces but found 4
|
lint:
src/lib/ChatRequest.svelte#L43
'responseData' is never reassigned. Use 'const' instead
|
lint:
src/lib/ChatRequest.svelte#L43
Extra semicolon
|
lint:
src/lib/ChatRequest.svelte#L44
Expected indentation of 6 spaces but found 4
|
lint:
src/lib/ChatRequest.svelte#L45
Extra semicolon
|
lint:
src/lib/ChatRequest.svelte#L46
Extra semicolon
|