Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ robocoが常時運用している**GPUスポット確保可能性(プレイス
cdkのコンテキストとscripts/*.shを直接扱う代わりに、統合CLIを使うことができる:

```bash
npm install -g @serithemage/tkf # tkfコマンドをインストール
npm install -g @roboco/token-forge # tkfコマンドをインストール
# もしくはソースからインストール:
# npm install && npm run build && npm link
tkf model list # 検証済みモデルカタログ
Expand Down
2 changes: 1 addition & 1 deletion README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ roboco가 상시 운영하는 **GPU 스팟 확보 가능성(배치점수) × 가
cdk 컨텍스트와 scripts/*.sh를 직접 다루는 대신 통합 CLI를 쓸 수 있다:

```bash
npm install -g @serithemage/tkf # tkf 명령 설치
npm install -g @roboco/token-forge # tkf 명령 설치
# 또는 소스에서 설치:
# npm install && npm run build && npm link
tkf model list # 검증된 모델 카탈로그
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Instead of working with cdk context flags and scripts/*.sh directly, you can use
unified CLI:

```bash
npm install -g @serithemage/tkf # install the tkf command
npm install -g @roboco/token-forge # install the tkf command
# or, to install from source:
# npm install && npm run build && npm link
tkf model list # verified model catalog
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serithemage/tkf",
"version": "1.0.0",
"name": "@roboco/token-forge",
"version": "1.0.1",
"description": "Private vibe-coding LLM in your own AWS account — open-weight models on 100% spot instances with placement-score intelligence",
"keywords": [
"llm",
Expand Down
Loading