mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-19 08:28:06 +02:00
rename klo to ktx
This commit is contained in:
parent
1a42152e6f
commit
3ce510b55b
704 changed files with 10205 additions and 10255 deletions
|
|
@ -5,7 +5,7 @@ import { readFileSync } from 'node:fs';
|
|||
const [backend, filePath] = process.argv.slice(2);
|
||||
|
||||
function usage() {
|
||||
process.stderr.write('Usage: node klo/scripts/validate-llm-debug-jsonl.mjs anthropic|vertex /path/to/debug.jsonl\n');
|
||||
process.stderr.write('Usage: node ktx/scripts/validate-llm-debug-jsonl.mjs anthropic|vertex /path/to/debug.jsonl\n');
|
||||
}
|
||||
|
||||
function fail(message) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue