Spaces:
Build error
Build error
Fix casing issue
Browse files- src/routes/+page.svelte +1 -1
src/routes/+page.svelte
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<script lang="ts">
|
2 |
import { fetchEventSource } from '@microsoft/fetch-event-source';
|
3 |
-
import ChatBox from '$lib/chat/
|
4 |
import ChatIntroduction from '$lib/chat/ChatIntroduction.svelte';
|
5 |
const ENDPOINT = 'https://joi-20b.ngrok.io/generate_stream';
|
6 |
|
|
|
1 |
<script lang="ts">
|
2 |
import { fetchEventSource } from '@microsoft/fetch-event-source';
|
3 |
+
import ChatBox from '$lib/chat/ChatBox.svelte';
|
4 |
import ChatIntroduction from '$lib/chat/ChatIntroduction.svelte';
|
5 |
const ENDPOINT = 'https://joi-20b.ngrok.io/generate_stream';
|
6 |
|