Skip to content

Commit

Permalink
- improve: updated shinkai-node and ollama (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol authored May 8, 2024
1 parent d46626e commit 0ae15dc
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 24 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Git LFS file not shown
Git LFS file not shown
Git LFS file not shown

This file was deleted.

This file was deleted.

This file was deleted.

Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub struct OllamaProcessHandler {

impl OllamaProcessHandler {
const HEALTH_TIMEOUT_MS: u64 = 500;
const PROCESS_NAME: &'static str = "ollama-v0.1.33";
const PROCESS_NAME: &'static str = "ollama-v0.1.34";
const READY_MATCHER: &'static str = "Listening on ";

pub fn new(options: Option<OllamaOptions>, event_sender: Sender<ProcessHandlerEvent>) -> Self {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub struct ShinkaiNodeProcessHandler {

impl ShinkaiNodeProcessHandler {
const HEALTH_TIMEOUT_MS: u64 = 500;
const PROCESS_NAME: &'static str = "shinkai-node-v0.7.2";
const PROCESS_NAME: &'static str = "shinkai-node-v0.7.4";
const READY_MATCHER: &'static str = "listening on ";

pub fn new(event_sender: Sender<ProcessHandlerEvent>) -> Self {
Expand Down
8 changes: 4 additions & 4 deletions apps/shinkai-desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"open": true,
"sidecar": true,
"scope": [
{ "name": "bin/shinkai-node-v0.7.2", "sidecar": true },
{ "name": "bin/ollama-v0.1.33", "sidecar": true }
{ "name": "bin/shinkai-node-v0.7.4", "sidecar": true },
{ "name": "bin/ollama-v0.1.34", "sidecar": true }
]
},
"window": {
Expand Down Expand Up @@ -74,8 +74,8 @@
"minimumSystemVersion": "10.13"
},
"externalBin": [
"bin/shinkai-node-v0.7.2",
"bin/ollama-v0.1.33"
"bin/shinkai-node-v0.7.4",
"bin/ollama-v0.1.34"
]
},
"security": {
Expand Down

0 comments on commit 0ae15dc

Please sign in to comment.