From 2fbe012a2a56e9e18843f10bac2abb6f2ea1f783 Mon Sep 17 00:00:00 2001 From: babayaga Date: Sat, 22 Feb 2025 14:03:40 +0100 Subject: [PATCH] latest --- packages/osr-ai-tools/src/types_kbot.ts | 12 ++++++++++-- packages/osr-ai/package-lock.json | 2 +- packages/osr-cli-commons/tests/fw-solidworks.sh | 4 ++++ packages/osr-tasks/package-lock.json | 2 +- packages/osrl/package-lock.json | 8 ++++---- 5 files changed, 20 insertions(+), 8 deletions(-) create mode 100644 packages/osr-cli-commons/tests/fw-solidworks.sh diff --git a/packages/osr-ai-tools/src/types_kbot.ts b/packages/osr-ai-tools/src/types_kbot.ts index 52b8440..1f89e0e 100644 --- a/packages/osr-ai-tools/src/types_kbot.ts +++ b/packages/osr-ai-tools/src/types_kbot.ts @@ -78,6 +78,8 @@ export interface IKBotOptions { deepseek/deepseek-r1-distill-qwen-32b | paid cognitivecomputations/dolphin-mixtral-8x7b | paid cognitivecomputations/dolphin-mixtral-8x22b | paid + cognitivecomputations/dolphin3.0-mistral-24b:free | free + cognitivecomputations/dolphin3.0-r1-mistral-24b:free | free eva-unit-01/eva-llama-3.33-70b | paid eva-unit-01/eva-qwen-2.5-32b | paid eva-unit-01/eva-qwen-2.5-72b | paid @@ -113,6 +115,7 @@ export interface IKBotOptions { liquid/lfm-40b | paid liquid/lfm-7b | paid allenai/llama-3.1-tulu-3-405b | paid + meta-llama/llama-guard-3-8b | paid alpindale/magnum-72b | paid anthracite-org/magnum-v2-72b | paid anthracite-org/magnum-v4-72b | paid @@ -126,9 +129,11 @@ export interface IKBotOptions { meta-llama/llama-3.1-405b-instruct | paid meta-llama/llama-3.1-70b-instruct | paid meta-llama/llama-3.1-8b-instruct | paid + meta-llama/llama-3.1-8b-instruct:free | free meta-llama/llama-3.2-11b-vision-instruct | paid meta-llama/llama-3.2-11b-vision-instruct:free | free meta-llama/llama-3.2-1b-instruct | paid + meta-llama/llama-3.2-1b-instruct:free | free meta-llama/llama-3.2-3b-instruct | paid meta-llama/llama-3.2-90b-vision-instruct | paid meta-llama/llama-3.3-70b-instruct | paid @@ -158,12 +163,15 @@ export interface IKBotOptions { mistralai/mistral-7b-instruct-v0.1 | paid mistralai/mistral-7b-instruct-v0.3 | paid mistralai/mistral-nemo | paid + mistralai/mistral-nemo:free | free mistralai/mistral-small-24b-instruct-2501 | paid + mistralai/mistral-small-24b-instruct-2501:free | free mistralai/mixtral-8x22b-instruct | paid mistralai/mixtral-8x7b | paid mistralai/mixtral-8x7b-instruct | paid mistralai/pixtral-12b | paid mistralai/pixtral-large-2411 | paid + mistralai/mistral-saba | paid gryphe/mythomax-l2-13b | paid gryphe/mythomax-l2-13b:free | free neversleep/llama-3-lumimaid-70b | paid @@ -206,6 +214,7 @@ export interface IKBotOptions { openai/o1-preview | paid openai/o1-preview-2024-09-12 | paid openai/o3-mini | paid + openai/o3-mini-high | paid openchat/openchat-7b | paid openchat/openchat-7b:free | free teknium/openhermes-2.5-mistral-7b | paid @@ -214,12 +223,11 @@ export interface IKBotOptions { perplexity/llama-3.1-sonar-large-128k-online | paid perplexity/llama-3.1-sonar-small-128k-chat | paid perplexity/llama-3.1-sonar-small-128k-online | paid + perplexity/r1-1776 | paid perplexity/sonar | paid perplexity/sonar-reasoning | paid pygmalionai/mythalion-13b | paid qwen/qwen-2-72b-instruct | paid - qwen/qwen-2-7b-instruct | paid - qwen/qwen-2-7b-instruct:free | free qwen/qvq-72b-preview | paid qwen/qwen-vl-plus:free | free qwen/qwen-max | paid diff --git a/packages/osr-ai/package-lock.json b/packages/osr-ai/package-lock.json index c24222e..9e5f8c8 100644 --- a/packages/osr-ai/package-lock.json +++ b/packages/osr-ai/package-lock.json @@ -138,7 +138,7 @@ "@plastichub/core": "^0.2.6", "@plastichub/fs": "^0.13.41", "cryptr": "^6.0.3", - "env-var": "^7.1.1", + "env-var": "^7.5.0", "fast-glob": "^3.3.2", "filenamify": "^4.3.0", "glob": "^11.0.0", diff --git a/packages/osr-cli-commons/tests/fw-solidworks.sh b/packages/osr-cli-commons/tests/fw-solidworks.sh new file mode 100644 index 0000000..c7b5a9e --- /dev/null +++ b/packages/osr-cli-commons/tests/fw-solidworks.sh @@ -0,0 +1,4 @@ +osr-cli each --main='netsh advfirewall firewall add rule name=sw dir=out action=block program=\"${KEY}\" enable=yes' \ +--verbs=${KEY} \ +--cwd='C:\\Program Files\\SOLIDWORKS Corp' \ +--list='**/*.exe' \ \ No newline at end of file diff --git a/packages/osr-tasks/package-lock.json b/packages/osr-tasks/package-lock.json index 339a692..372e539 100644 --- a/packages/osr-tasks/package-lock.json +++ b/packages/osr-tasks/package-lock.json @@ -210,7 +210,7 @@ "@plastichub/core": "^0.2.6", "@plastichub/fs": "^0.13.41", "cryptr": "^6.0.3", - "env-var": "^7.1.1", + "env-var": "^7.5.0", "fast-glob": "^3.3.2", "filenamify": "^4.3.0", "glob": "^11.0.0", diff --git a/packages/osrl/package-lock.json b/packages/osrl/package-lock.json index 4fb58da..e8fc4cd 100644 --- a/packages/osrl/package-lock.json +++ b/packages/osrl/package-lock.json @@ -192,7 +192,7 @@ "html-to-text": "^9.0.5", "md5": "^2.3.0", "mime-types": "^2.1.35", - "openai": "^4.72.0", + "openai": "^4.84.0", "tslog": "^3.3.3", "typescript": "^5.3.3", "yargs": "^17.7.2", @@ -256,7 +256,7 @@ "@plastichub/core": "^0.2.6", "@plastichub/fs": "^0.13.41", "cryptr": "^6.0.3", - "env-var": "^7.1.1", + "env-var": "^7.5.0", "fast-glob": "^3.3.2", "filenamify": "^4.3.0", "glob": "^11.0.0", @@ -19656,7 +19656,7 @@ "html-to-text": "^9.0.5", "md5": "^2.3.0", "mime-types": "^2.1.35", - "openai": "^4.72.0", + "openai": "^4.84.0", "tslog": "^3.3.3", "typescript": "^5.3.3", "yargs": "^17.7.2", @@ -20125,7 +20125,7 @@ "@plastichub/fs": "^0.13.41", "@types/node": "^22.12.0", "cryptr": "^6.0.3", - "env-var": "^7.1.1", + "env-var": "^7.5.0", "fast-glob": "^3.3.2", "filenamify": "^4.3.0", "glob": "^11.0.0",