Skip to content

Commit

Permalink
Merge pull request #648 from dcSpark/nico/fix_long_context
Browse files Browse the repository at this point in the history
fix long context
  • Loading branch information
nicarq authored Nov 11, 2024
2 parents 8014418 + 17e0269 commit 8dc5f1d
Show file tree
Hide file tree
Showing 4 changed files with 694 additions and 3 deletions.
1 change: 1 addition & 0 deletions scripts/run_all_localhost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export LOG_SIMPLE="true"
export NO_SECRET_FILE="true"
export EMBEDDINGS_SERVER_URL="http://localhost:9081/"
export PROXY_IDENTITY="@@relayer_pub_01.arb-sep-shinkai"
export SHINKAI_TOOLS_RUNNER_DENO_BINARY_PATH="${workspaceFolder}/shinkai-bin/shinkai-node/shinkai-tools-runner-resources/deno"

export INITIAL_AGENT_NAMES="o_mixtral"
export INITIAL_AGENT_URLS="http://localhost:11434"
Expand Down
1 change: 1 addition & 0 deletions shinkai-bin/shinkai-node/src/managers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pub mod identity_network_manager;
pub mod model_capabilities_manager;
pub mod sheet_manager;
pub mod tool_router;
pub mod token_counter_tests;
Loading

0 comments on commit 8dc5f1d

Please sign in to comment.