Skip to content

Commit

Permalink
Merge pull request #396 from dcSpark/nico/fix_subscription
Browse files Browse the repository at this point in the history
fix env
  • Loading branch information
nicarq authored Jul 31, 2024
2 parents e67baec + 4070d72 commit 04b508a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ impl Default for ShinkaiNodeOptions {
node_ws_port: Some("9551".to_string()),
node_ip: Some("127.0.0.1".to_string()),
node_port: Some("9552".to_string()),
global_identity_name: Some("@@localhost.arb-sep-shinkai".to_string()),
global_identity_name: None,
node_storage_path: Some("./".to_string()),
unstructured_server_url: Some("https://public.shinkai.com/x-un".to_string()),
embeddings_server_url: Some("http://127.0.0.1:11435".to_string()),
Expand Down

0 comments on commit 04b508a

Please sign in to comment.