Commit bc1a737 1 parent 47ec8c9 commit bc1a737 Copy full SHA for bc1a737
File tree 4 files changed +10
-12
lines changed
4 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 8
8
},
9
9
"package" : {
10
10
"productName" : " RisuAI" ,
11
- "version" : " 1.81.1 "
11
+ "version" : " 1.82.0 "
12
12
},
13
13
"tauri" : {
14
14
"allowlist" : {
Original file line number Diff line number Diff line change 1
1
export const patchNote = {
2
- version : "1.81 " ,
2
+ version : "1.82 " ,
3
3
content :
4
4
`
5
- # Update 1.81
6
- - Added {{model}}
7
- - {{model}} outputs the current ai model that is being used
8
- - Added {{axmodel}}
9
- - {{axmodel}} outputs the current ax. model that is being used
10
- - Added {{startswith::A::B}}
11
- - {{startswith::A::B}} returns true if A starts with B
12
- - Improved Claude 3 format handling
5
+ # Update 1.82
6
+ - Added native fetch handling for local version
7
+ - This would make the fetch request faster and more stable
8
+ - This would solve many issues with fetch request on local version
9
+ - Added Claude-3 streaming
10
+ - Force Plain Fetch is now unrecommended
13
11
`
14
12
}
15
13
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import type { OobaChatCompletionRequestParams } from '../model/ooba';
15
15
16
16
export const DataBase = writable ( { } as any as Database )
17
17
export const loadedStore = writable ( false )
18
- export let appVer = "1.81.1 "
18
+ export let appVer = "1.82.0 "
19
19
export let webAppSubVer = ''
20
20
21
21
export function setDatabase ( data :Database ) {
Original file line number Diff line number Diff line change 1
- {"version" :" 1.81.1 " }
1
+ {"version" :" 1.82.0 " }
You can’t perform that action at this time.
0 commit comments