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
210ae331
Unverified
Commit
210ae331
authored
Feb 26, 2024
by
Timothy Jaeryang Baek
Committed by
GitHub
Feb 26, 2024
Browse files
Merge pull request #924 from eltociear/patch-1
chore: update Models.svelte
parents
3a7ded3f
a7a817d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.github/workflows/docker-build.yaml
.github/workflows/docker-build.yaml
+1
-0
src/lib/components/chat/Settings/Models.svelte
src/lib/components/chat/Settings/Models.svelte
+1
-1
No files found.
.github/workflows/docker-build.yaml
View file @
210ae331
...
@@ -52,6 +52,7 @@ jobs:
...
@@ -52,6 +52,7 @@ jobs:
type=ref,event=tag
type=ref,event=tag
type=sha,prefix=git-
type=sha,prefix=git-
type=semver,pattern={{version}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
flavor
:
|
flavor
:
|
latest=${{ github.ref == 'refs/heads/main' }}
latest=${{ github.ref == 'refs/heads/main' }}
...
...
src/lib/components/chat/Settings/Models.svelte
View file @
210ae331
...
@@ -580,7 +580,7 @@
...
@@ -580,7 +580,7 @@
type="url"
type="url"
required
required
bind:value={modelFileUrl}
bind:value={modelFileUrl}
placeholder="Type HuggingFace Resolve (Download) URL"
placeholder="Type Hugging
Face Resolve (Download) URL"
/>
/>
</div>
</div>
{/if}
{/if}
...
...
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