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
bae30f27
"...linux/git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "565f8d417ec8d210c277021752ebd72cd4f179f5"
Commit
bae30f27
authored
Feb 13, 2024
by
Timothy J. Baek
Browse files
chore: remove unused variable
parent
42b24cbb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lib/components/chat/MessageInput/Models.svelte
src/lib/components/chat/MessageInput/Models.svelte
+1
-1
No files found.
src/lib/components/chat/MessageInput/Models.svelte
View file @
bae30f27
<script lang="ts">
<script lang="ts">
import { generatePrompt } from '$lib/apis/ollama';
import { generatePrompt } from '$lib/apis/ollama';
import { models
, settings
} from '$lib/stores';
import { models } from '$lib/stores';
import { splitStream } from '$lib/utils';
import { splitStream } from '$lib/utils';
import { tick } from 'svelte';
import { tick } from 'svelte';
import toast from 'svelte-french-toast';
import toast from 'svelte-french-toast';
...
...
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