Update version to 1.74.0

This commit is contained in:
kwaroran
2024-01-13 10:57:34 +09:00
parent 5379e2430f
commit 012168d9a1
4 changed files with 10 additions and 11 deletions

View File

@@ -8,7 +8,7 @@
}, },
"package": { "package": {
"productName": "RisuAI", "productName": "RisuAI",
"version": "1.73.2" "version": "1.74.0"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {

View File

@@ -1,14 +1,13 @@
export const patchNote = { export const patchNote = {
version: "1.73", version: "1.74",
content: content:
` `
# Update 1.73 # Update 1.74
- Added WebLLM Local - Added (?) button on many settings
- WebLLM Local is a option for users who want to use LLM directly on their computer, without sending any data to the server. - Hypamemory isn't marked as experimental anymore
- WebLLM Local is experimental, and may not work on all devices. - Generation Times isn't marked as experimental anymore
- Currently WebLLM Local only supports three models, but more will be added in the future. - Generation Times will work with streamed responses now
- Also, in future updates, You may be able to use WebLLM Local with any transformer model. - Removed unused settings
- Currently WebLLM Local only supports CPU, but GPU support with WebGPU will be added in the future.
` `
} }

View File

@@ -15,7 +15,7 @@ import type { OobaChatCompletionRequestParams } from '../model/ooba';
export const DataBase = writable({} as any as Database) export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false) export const loadedStore = writable(false)
export let appVer = "1.73.2" export let appVer = "1.74.0"
export let webAppSubVer = '' export let webAppSubVer = ''
export function setDatabase(data:Database){ export function setDatabase(data:Database){

View File

@@ -1 +1 @@
{"version":"1.73.2"} {"version":"1.74.0"}