diff --git a/config/directory_config.json b/config/directory_config.json index 93ebd020b..e2d75bd49 100644 --- a/config/directory_config.json +++ b/config/directory_config.json @@ -1,7 +1,7 @@ { "base_url": "http://localhost:8080", "default_org": { - "id": "350428718579056654", + "id": "350429244142125070", "name": "default", "domain": "default.localhost" }, @@ -13,8 +13,8 @@ "first_name": "Admin", "last_name": "User" }, - "admin_token": "uDsSBp0XYPF_KzugjgegBG3n8Isz-rMl0DkQiROiLnEVfYYF_j-OT7iucLOsQ5bS8YGs5-A", + "admin_token": "XASXP8scib6GgXIgRcntDTJfP1gfFc5fZImx-eaRBBTdZRPJD4WnlsrevtnPeDiNw3HeXxk", "project_id": "", - "client_id": "350428719166324750", - "client_secret": "Ou1xwHLvlBHkWbniPhALceqL50gg1FJ5iYx8f4A70MMlbXAyidjjRLpBQBbumL2G" + "client_id": "350429248856588302", + "client_secret": "BSvRlGBmckWfZAAZpkdlpccRF3sVJXsDIMDnTu8J58bFg8bzcMkkbDkBcMIBNdXm" } \ No newline at end of file diff --git a/src/core/package_manager/installer.rs b/src/core/package_manager/installer.rs index 288dffcf2..482f19923 100644 --- a/src/core/package_manager/installer.rs +++ b/src/core/package_manager/installer.rs @@ -211,7 +211,7 @@ impl PackageManager { macos_packages: vec![], windows_packages: vec![], download_url: Some( - "https://github.com/ggml-org/llama.cpp/releases/download/b4547/llama-b4547-bin-ubuntu-x64.zip".to_string(), + "https://github.com/ggml-org/llama.cpp/releases/download/b6148/llama-b6148-bin-ubuntu-x64.zip".to_string(), ), binary_name: Some("llama-server".to_string()), pre_install_cmds_linux: vec![],