diff --git a/scripts/mistral_run_node1.sh b/scripts/mistral_run_node1.sh index fb3713a4a..f5c971e22 100755 --- a/scripts/mistral_run_node1.sh +++ b/scripts/mistral_run_node1.sh @@ -15,7 +15,7 @@ export FIRST_DEVICE_NEEDS_REGISTRATION_CODE="false" export LOG_SIMPLE="true" export NO_SECRET_FILE="true" export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/" -export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com" +export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/" export INITIAL_AGENT_NAMES="mistral" export INITIAL_AGENT_URLS="https://api.together.xyz" diff --git a/scripts/run_identity_9552.sh b/scripts/run_identity_9552.sh index c3b163947..f3ab3ae35 100755 --- a/scripts/run_identity_9552.sh +++ b/scripts/run_identity_9552.sh @@ -16,7 +16,7 @@ export FIRST_DEVICE_NEEDS_REGISTRATION_CODE="false" export LOG_SIMPLE="true" export NO_SECRET_FILE="true" export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/" -export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com" +export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/" export INITIAL_AGENT_NAMES="my_gpt,my_gpt_vision" export INITIAL_AGENT_URLS="https://api.openai.com,https://api.openai.com" diff --git a/scripts/run_identity_9652.sh b/scripts/run_identity_9652.sh index ad7663af6..e4d256038 100755 --- a/scripts/run_identity_9652.sh +++ b/scripts/run_identity_9652.sh @@ -16,7 +16,7 @@ export FIRST_DEVICE_NEEDS_REGISTRATION_CODE="false" export LOG_SIMPLE="true" export NO_SECRET_FILE="true" export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/" -export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/" +export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/" export INITIAL_AGENT_NAMES="my_gpt,my_gpt_vision" export INITIAL_AGENT_URLS="https://api.openai.com,https://api.openai.com" diff --git a/scripts/run_mac_intel.sh b/scripts/run_mac_intel.sh index 4354c8412..2e74b7ece 100755 --- a/scripts/run_mac_intel.sh +++ b/scripts/run_mac_intel.sh @@ -15,7 +15,7 @@ export FIRST_DEVICE_NEEDS_REGISTRATION_CODE="false" export LOG_SIMPLE="true" export NO_SECRET_FILE="true" export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/" -export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com" +export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/" export INITIAL_AGENT_NAMES="o_mixtral,o_llava" export INITIAL_AGENT_URLS="http://localhost:11435,http://localhost:11435" diff --git a/scripts/run_node1.sh b/scripts/run_node1.sh index 874a8511e..3f036101e 100755 --- a/scripts/run_node1.sh +++ b/scripts/run_node1.sh @@ -15,7 +15,7 @@ export FIRST_DEVICE_NEEDS_REGISTRATION_CODE="false" export LOG_SIMPLE="true" export NO_SECRET_FILE="true" export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/" -export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com" +export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/" export INITIAL_AGENT_NAMES="my_gpt,my_gpt_vision" export INITIAL_AGENT_URLS="https://api.openai.com,https://api.openai.com" diff --git a/scripts/run_node1_shinkai_backend.sh b/scripts/run_node1_shinkai_backend.sh index bdaf1a401..9314da4b4 100755 --- a/scripts/run_node1_shinkai_backend.sh +++ b/scripts/run_node1_shinkai_backend.sh @@ -15,7 +15,7 @@ export FIRST_DEVICE_NEEDS_REGISTRATION_CODE="false" export LOG_SIMPLE="true" export NO_SECRET_FILE="true" export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/" -export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com" +export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/" export INITIAL_AGENT_NAMES="my_gpt,my_gpt_vision" export INITIAL_AGENT_URLS="https://backend-node-b1.shinkai.com,https://backend-node-b1.shinkai.com" diff --git a/scripts/run_node2.sh b/scripts/run_node2.sh index 999e58a4e..c68639784 100755 --- a/scripts/run_node2.sh +++ b/scripts/run_node2.sh @@ -10,7 +10,7 @@ export PING_INTERVAL_SECS="0" export GLOBAL_IDENTITY_NAME="@@node2.shinkai" export RUST_LOG=warn,error,info,debug export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/" -export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com" +export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/" if [ -z "$1" ] then diff --git a/scripts/run_node_localhost.sh b/scripts/run_node_localhost.sh index b92039c8c..2afbee279 100755 --- a/scripts/run_node_localhost.sh +++ b/scripts/run_node_localhost.sh @@ -15,7 +15,7 @@ export FIRST_DEVICE_NEEDS_REGISTRATION_CODE="false" export LOG_SIMPLE="true" export NO_SECRET_FILE="true" export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/" -export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com" +export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/" export INITIAL_AGENT_NAMES="o_mixtral,o_llava" export INITIAL_AGENT_URLS="http://localhost:11434,http://localhost:11435"