Skip to content

Commit 9f44b23

Browse files
authored
Improve testing (#16)
Improve model handling Use smaller models for testing Download test model before test Add version to plugin logging
1 parent a8d502c commit 9f44b23

File tree

12 files changed

+1727
-166
lines changed

12 files changed

+1727
-166
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
/node_modules
22
.DS_Store
33
config.json
4+
*.gguf
5+
/out
6+
/llms

.mocharc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"extension": [
44
"ts"
55
],
6-
"spec": "test/**/*.ts",
7-
"bail": true
6+
"color": true,
7+
"recursive": true,
8+
"exit": true
89
}

dist/plugin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.1.0
22
info:
33
title: "KoboldCPP Model Switcher"
4-
version: 0.2.0-pre.3
4+
version: 0.2.0-pre.4
55
paths:
66
/probe:
77
get:

0 commit comments

Comments
 (0)