Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
96b198b2
Commit
96b198b2
authored
Jan 02, 2024
by
Timothy J. Baek
Browse files
fix: formatting
parent
e02b06a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
src/lib/components/chat/MessageInput.svelte
src/lib/components/chat/MessageInput.svelte
+4
-3
No files found.
src/lib/components/chat/MessageInput.svelte
View file @
96b198b2
<script lang="ts">
<script lang="ts">
import { settings } from '$lib/stores';
import toast from 'svelte-french-toast';
import toast from 'svelte-french-toast';
import Suggestions from './MessageInput/Suggestions.svelte';
import { onMount, tick } from 'svelte';
import { onMount, tick } from 'svelte';
import
Prompts from './MessageInput/PromptCommands.svelte
';
import
{ settings } from '$lib/stores
';
import { findWordIndices } from '$lib/utils';
import { findWordIndices } from '$lib/utils';
import Prompts from './MessageInput/PromptCommands.svelte';
import Suggestions from './MessageInput/Suggestions.svelte';
export let submitPrompt: Function;
export let submitPrompt: Function;
export let stopResponse: Function;
export let stopResponse: Function;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment