diff --git a/.github/workflows/github-actions-builder.yml b/.github/workflows/github-actions-builder.yml
index a51d6fcc..8abf199d 100644
--- a/.github/workflows/github-actions-builder.yml
+++ b/.github/workflows/github-actions-builder.yml
@@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- platform: [ubuntu-20.04,macos-latest,windows-latest]
+ platform: [ubuntu-20.04,macos-latest]
runs-on: ${{ matrix.platform }}
steps:
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 6fc3de8b..74b0fd39 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
},
"package": {
"productName": "RisuAI",
- "version": "0.7.1"
+ "version": "0.7.2"
},
"tauri": {
"allowlist": {
diff --git a/src/lang/en.ts b/src/lang/en.ts
index 01476fc2..0d1cc831 100644
--- a/src/lang/en.ts
+++ b/src/lang/en.ts
@@ -57,7 +57,9 @@ export const languageEnglish = {
+ "- **Modify Request Data** modifys current chat data when sent.\n\nIN must be a regex without flags and *\\*.\n\nOUT is a normal string."
+ "\n\n If OUT starts with **@@**, it doesn't replaces the string, but instead does a special effect if matching string founds."
+ "\n\n- @@emo (emotion name)\n\n if character is Emotion Images mode, sets (emotion name) as emotion and prevents default.",
- experimental: "This is a experimental setting. it might be unstable."
+ experimental: "This is a experimental setting. it might be unstable.",
+ oogaboogaURL: "If your WebUI supports older version of api, your url should look *like https:.../run/textgen*\n\n"
+ + "If your WebUI supports newVersion of api, your url should look like *https://.../api/v1/generate* and use the api server as host, and add --api to arguments."
},
setup: {
chooseProvider: "Choose AI Provider",
diff --git a/src/lib/SideBars/Settings.svelte b/src/lib/SideBars/Settings.svelte
index b65e21ad..79cecddf 100644
--- a/src/lib/SideBars/Settings.svelte
+++ b/src/lib/SideBars/Settings.svelte
@@ -127,10 +127,13 @@
{/if}
{#if $DataBase.aiModel === 'textgen_webui' || $DataBase.subModel === 'textgen_webui'}
- TextGen {language.providerURL}
+ TextGen {language.providerURL} You must use WebUI without agpl license or use unmodified version with agpl license to observe the contents of the agpl license.You must use textgen webui with --no-stream and without --cai-chat or --chat
+ {#if !isTauri}
+ You are using web version. you must use ngrok or other tunnels to use your local webui.
+ {/if}
{/if}
{language.mainPrompt}
@@ -246,23 +249,43 @@
{/if}
WebUI {language.providerURL}
+ Steps
+
+
+ CFG Scale
+
+
+ Width
+
+ Height
+
+ Sampler
+
+
+ Upscaler
+
+