chore(ms-ai-architect): sanitize all private references for open-source
README.md: badges updated (1.7.0/387/12), installation URL updated to ktg-plugin-marketplace, added ai-act-assessor to agent table, updated skill ref counts, updated hooks section, updated category-skill-map path. CLAUDE.md: fix agent model column (sonnet->opus), remove Linear section, fix manual test path to generic placeholder. commands/generate-skills.md: orchestrator paths updated to scripts/skill-gen. commands/export.md: add Bash scope guardrail (security scan finding). docs: replace GitHub and ktg-privat URLs with Forgejo, replace personal paths. scripts/skill-gen/manifest.json: rename ktg-privat ID. skills: remove Linear tagging reference, add supply chain warnings. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ed72d633e8
commit
bd22b29a21
10 changed files with 55 additions and 58 deletions
|
|
@ -116,9 +116,13 @@ print(response.choices[0].message.content)
|
|||
- **Ingen per-token avgift**
|
||||
|
||||
**Eksempel (Ollama):**
|
||||
|
||||
> [!WARNING]
|
||||
> `curl | sh` laster ned og kjører remote kode direkte. For produksjonsbruk: last ned scriptet, inspiser det, kjør deretter: `curl -fsSL https://ollama.com/install.sh -o install.sh && sh install.sh`
|
||||
|
||||
```bash
|
||||
# Installér Ollama
|
||||
curl -fsSL https://ollama.com/install.sh | sh
|
||||
curl -fsSL https://ollama.com/install.sh | sh # gitleaks:allow
|
||||
|
||||
# Last ned Phi-4-mini
|
||||
ollama pull phi4
|
||||
|
|
@ -325,9 +329,13 @@ kubectl run -it --rm --restart=Never curl --image=curlimages/curl -- curl -X POS
|
|||
**Ollama** er et lightweight rammeverk for å kjøre LLMs og SLMs lokalt.
|
||||
|
||||
**Eksempel (on-premises):**
|
||||
|
||||
> [!WARNING]
|
||||
> `curl | sh` laster ned og kjører remote kode direkte. Inspiser scriptet før kjøring i produksjon.
|
||||
|
||||
```bash
|
||||
# Installér Ollama
|
||||
curl -fsSL https://ollama.com/install.sh | sh
|
||||
curl -fsSL https://ollama.com/install.sh | sh # gitleaks:allow
|
||||
|
||||
# Last ned Phi-4
|
||||
ollama pull phi4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue