forked from open-webui/open-webui
commit
5fc081c3c3
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -1324,7 +1324,7 @@
|
||||||
>
|
>
|
||||||
{#if speechRecognitionListening}
|
{#if speechRecognitionListening}
|
||||||
<svg
|
<svg
|
||||||
class=" w-5 h-5 translate-y-[1px]"
|
class=" w-5 h-5 translate-y-[0.5px]"
|
||||||
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 @@
|
||||||
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-[1px]"
|
class="w-5 h-5 translate-y-[0.5px]"
|
||||||
>
|
>
|
||||||
<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
|
||||||
|
|
Loading…
Reference in a new issue