File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed
apps/shinkai-desktop/src/pages/chat Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 38
38
- name : Download side binaries
39
39
env :
40
40
ARCH : x86_64-unknown-linux-gnu
41
- SHINKAI_NODE_VERSION : v0.7.15
42
- OLLAMA_VERSION : v0.1.47
41
+ SHINKAI_NODE_VERSION : v0.7.16
42
+ OLLAMA_VERSION : v0.1.48
43
43
run : |
44
44
npx ts-node ./ci-scripts/download-side-binaries.ts
45
45
Original file line number Diff line number Diff line change @@ -197,8 +197,8 @@ jobs:
197
197
- name : Download side binaries
198
198
env :
199
199
ARCH : ${{ matrix.arch }}
200
- SHINKAI_NODE_VERSION : v0.7.15
201
- OLLAMA_VERSION : v0.1.47
200
+ SHINKAI_NODE_VERSION : v0.7.16
201
+ OLLAMA_VERSION : v0.1.48
202
202
run : |
203
203
npx ts-node ./ci-scripts/download-side-binaries.ts
204
204
Original file line number Diff line number Diff line change @@ -195,8 +195,8 @@ jobs:
195
195
- name : Download side binaries
196
196
env :
197
197
ARCH : ${{ matrix.arch }}
198
- SHINKAI_NODE_VERSION : v0.7.15
199
- OLLAMA_VERSION : v0.1.47
198
+ SHINKAI_NODE_VERSION : v0.7.16
199
+ OLLAMA_VERSION : v0.1.48
200
200
run : |
201
201
npx ts-node ./ci-scripts/download-side-binaries.ts
202
202
Original file line number Diff line number Diff line change @@ -40,23 +40,23 @@ $ git clone https://github.com/dcSpark/shinkai-apps
40
40
#### Macos
41
41
```
42
42
ARCH="aarch64-apple-darwin" \
43
- OLLAMA_VERSION="v0.1.47" \
44
- SHINKAI_NODE_VERSION="v0.7.15 " \
43
+ OLLAMA_VERSION="v0.1.48" \
44
+ SHINKAI_NODE_VERSION="v0.7.16 " \
45
45
npx ts-node ./ci-scripts/download-side-binaries.ts
46
46
```
47
47
48
48
#### Linux
49
49
```
50
50
ARCH="x86_64-unknown-linux-gnu" \
51
- OLLAMA_VERSION="v0.1.47 "\
52
- SHINKAI_NODE_VERSION="v0.7.15 " \
51
+ OLLAMA_VERSION="v0.1.48 "\
52
+ SHINKAI_NODE_VERSION="v0.7.16 " \
53
53
npx ts-node ./ci-scripts/download-side-binaries.ts
54
54
```
55
55
56
56
#### Windows
57
57
```
58
- $ENV:OLLAMA_VERSION="v0.1.47 "
59
- $ENV:SHINKAI_NODE_VERSION="v0.7.15 "
58
+ $ENV:OLLAMA_VERSION="v0.1.48 "
59
+ $ENV:SHINKAI_NODE_VERSION="v0.7.16 "
60
60
$ENV:ARCH="x86_64-pc-windows-msvc"
61
61
npx ts-node ./ci-scripts/download-side-binaries.ts
62
62
```
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ const useWebSocketMessage = ({ enabled }: UseWebSocketMessage) => {
167
167
auth ?. node_encryption_pk ?? '' ,
168
168
auth ?. shinkai_identity ?? '' ,
169
169
auth ?. profile ?? '' ,
170
- '' ,
170
+ auth ?. shinkai_identity ?? '' ,
171
171
'' ,
172
172
) ;
173
173
sendMessage ( shinkaiMessage ) ;
You can’t perform that action at this time.
0 commit comments