Skip to content

Commit

Permalink
Merge pull request #41 from dcSpark/nico/fix_perp
Browse files Browse the repository at this point in the history
perp fix and bump
  • Loading branch information
nicarq authored Sep 7, 2024
2 parents 62961dd + 38c8c9e commit 06b7643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions libs/shinkai-tools-runner/src/built_in_tools.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ lazy_static! {
)))
.unwrap(),
)),
);
m.insert(
"shinkai-tool-perplexity",
&*Box::leak(Box::new(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shinkai_protocol/source",
"version": "0.7.11",
"version": "0.7.12",
"description": "This repository serves as the ecosystem to execute Shinkai tools, provided by the Shinkai team or third-party developers, in a secure environment. It provides a sandboxed space for executing these tools, ensuring that they run safely and efficiently, while also allowing for seamless integration with Rust code.",
"main": "index.js",
"author": "",
Expand Down

0 comments on commit 06b7643

Please sign in to comment.