This commit is contained in:
Webifi 2023-06-08 19:36:53 -05:00
parent 9ad8f9f025
commit 4487b920ec
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@
import { ChatCompletionResponse } from './ChatCompletionResponse.svelte'
import { EventStreamContentType, fetchEventSource } from '@microsoft/fetch-event-source'
import { getApiBase, getEndpointCompletions } from './ApiUtil.svelte'
import type { ServerResponse } from 'http'
export let params = { chatId: '' }
const chatId: number = parseInt(params.chatId)