From 155a0bafcd8c82954f5aca8291dbe6aff4e4f9b3 Mon Sep 17 00:00:00 2001 From: Nico Arqueros <1622112+nicarq@users.noreply.github.com> Date: Sat, 29 Jun 2024 23:24:42 -0500 Subject: [PATCH] update --- .github/workflows/pr-ci-healchecks.yml | 4 ++-- .github/workflows/release-dev.yml | 4 ++-- .github/workflows/release-prod.yml | 4 ++-- README.md | 12 ++++++------ .../src/pages/chat/chat-conversation.tsx | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/pr-ci-healchecks.yml b/.github/workflows/pr-ci-healchecks.yml index 92652778a..e81886b27 100644 --- a/.github/workflows/pr-ci-healchecks.yml +++ b/.github/workflows/pr-ci-healchecks.yml @@ -38,8 +38,8 @@ jobs: - name: Download side binaries env: ARCH: x86_64-unknown-linux-gnu - SHINKAI_NODE_VERSION: v0.7.15 - OLLAMA_VERSION: v0.1.47 + SHINKAI_NODE_VERSION: v0.7.16 + OLLAMA_VERSION: v0.1.48 run: | npx ts-node ./ci-scripts/download-side-binaries.ts diff --git a/.github/workflows/release-dev.yml b/.github/workflows/release-dev.yml index e5088f70d..e7b90ab71 100644 --- a/.github/workflows/release-dev.yml +++ b/.github/workflows/release-dev.yml @@ -197,8 +197,8 @@ jobs: - name: Download side binaries env: ARCH: ${{ matrix.arch }} - SHINKAI_NODE_VERSION: v0.7.15 - OLLAMA_VERSION: v0.1.47 + SHINKAI_NODE_VERSION: v0.7.16 + OLLAMA_VERSION: v0.1.48 run: | npx ts-node ./ci-scripts/download-side-binaries.ts diff --git a/.github/workflows/release-prod.yml b/.github/workflows/release-prod.yml index 301dcd482..1c6494797 100644 --- a/.github/workflows/release-prod.yml +++ b/.github/workflows/release-prod.yml @@ -195,8 +195,8 @@ jobs: - name: Download side binaries env: ARCH: ${{ matrix.arch }} - SHINKAI_NODE_VERSION: v0.7.15 - OLLAMA_VERSION: v0.1.47 + SHINKAI_NODE_VERSION: v0.7.16 + OLLAMA_VERSION: v0.1.48 run: | npx ts-node ./ci-scripts/download-side-binaries.ts diff --git a/README.md b/README.md index ae838bff9..0b25c94a8 100644 --- a/README.md +++ b/README.md @@ -40,23 +40,23 @@ $ git clone https://github.com/dcSpark/shinkai-apps #### Macos ``` ARCH="aarch64-apple-darwin" \ -OLLAMA_VERSION="v0.1.47"\ -SHINKAI_NODE_VERSION="v0.7.15" \ +OLLAMA_VERSION="v0.1.48" \ +SHINKAI_NODE_VERSION="v0.7.16" \ npx ts-node ./ci-scripts/download-side-binaries.ts ``` #### Linux ``` ARCH="x86_64-unknown-linux-gnu" \ -OLLAMA_VERSION="v0.1.47"\ -SHINKAI_NODE_VERSION="v0.7.15" \ +OLLAMA_VERSION="v0.1.48"\ +SHINKAI_NODE_VERSION="v0.7.16" \ npx ts-node ./ci-scripts/download-side-binaries.ts ``` #### Windows ``` -$ENV:OLLAMA_VERSION="v0.1.47" -$ENV:SHINKAI_NODE_VERSION="v0.7.15" +$ENV:OLLAMA_VERSION="v0.1.48" +$ENV:SHINKAI_NODE_VERSION="v0.7.16" $ENV:ARCH="x86_64-pc-windows-msvc" npx ts-node ./ci-scripts/download-side-binaries.ts ``` diff --git a/apps/shinkai-desktop/src/pages/chat/chat-conversation.tsx b/apps/shinkai-desktop/src/pages/chat/chat-conversation.tsx index 64eab3a0a..f6fd9b5e4 100644 --- a/apps/shinkai-desktop/src/pages/chat/chat-conversation.tsx +++ b/apps/shinkai-desktop/src/pages/chat/chat-conversation.tsx @@ -167,7 +167,7 @@ const useWebSocketMessage = ({ enabled }: UseWebSocketMessage) => { auth?.node_encryption_pk ?? '', auth?.shinkai_identity ?? '', auth?.profile ?? '', - '', + auth?.shinkai_identity ?? '', '', ); sendMessage(shinkaiMessage);