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
5fc081c3
Unverified
Commit
5fc081c3
authored
Nov 11, 2023
by
Timothy Jaeryang Baek
Committed by
GitHub
Nov 11, 2023
Browse files
Merge pull request #91 from ollama-webui/dev
fix: cosmetic
parents
ba925b90
05ff7d7d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/lib/constants.ts
src/lib/constants.ts
+1
-1
src/routes/+page.svelte
src/routes/+page.svelte
+2
-2
No files found.
src/lib/constants.ts
View file @
5fc081c3
...
@@ -8,7 +8,7 @@ export const API_BASE_URL =
...
@@ -8,7 +8,7 @@ export const API_BASE_URL =
:
`http://localhost:11434/api`
:
`http://localhost:11434/api`
:
PUBLIC_API_BASE_URL
;
:
PUBLIC_API_BASE_URL
;
export
const
WEB_UI_VERSION
=
'
v1.0.0-alpha.
1
'
;
export
const
WEB_UI_VERSION
=
'
v1.0.0-alpha.
2
'
;
// Source: https://kit.svelte.dev/docs/modules#$env-static-public
// Source: https://kit.svelte.dev/docs/modules#$env-static-public
// This feature, akin to $env/static/private, exclusively incorporates environment variables
// This feature, akin to $env/static/private, exclusively incorporates environment variables
...
...
src/routes/+page.svelte
View file @
5fc081c3
...
@@ -1324,7 +1324,7 @@
...
@@ -1324,7 +1324,7 @@
>
>
{#if speechRecognitionListening}
{#if speechRecognitionListening}
<svg
<svg
class=
" w-5 h-5 translate-y-[
1
px]"
class=
" w-5 h-5 translate-y-[
0.5
px]"
fill=
"currentColor"
fill=
"currentColor"
viewBox=
"0 0 24 24"
viewBox=
"0 0 24 24"
xmlns=
"http://www.w3.org/2000/svg"
xmlns=
"http://www.w3.org/2000/svg"
...
@@ -1369,7 +1369,7 @@
...
@@ -1369,7 +1369,7 @@
xmlns=
"http://www.w3.org/2000/svg"
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 20 20"
viewBox=
"0 0 20 20"
fill=
"currentColor"
fill=
"currentColor"
class=
"w-5 h-5 translate-y-[
1
px]"
class=
"w-5 h-5 translate-y-[
0.5
px]"
>
>
<path
d=
"M7 4a3 3 0 016 0v6a3 3 0 11-6 0V4z"
/>
<path
d=
"M7 4a3 3 0 016 0v6a3 3 0 11-6 0V4z"
/>
<path
<path
...
...
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