Skip to content

docs: replaced remaining Guard.with_tiny() references with Guard(mode… - #159

Open
cookieshop02 wants to merge 2 commits into
UnplugAI:devfrom
cookieshop02:fix/148-with-tiny-docs
Open

docs: replaced remaining Guard.with_tiny() references with Guard(mode…#159
cookieshop02 wants to merge 2 commits into
UnplugAI:devfrom
cookieshop02:fix/148-with-tiny-docs

Conversation

@cookieshop02

Copy link
Copy Markdown
Contributor

Closes#148

Summary

Successfully replaced "(Guard.with_tiny())" in two remaining files(i.e. CONTRIBUTING.md and assets/hf-org-card/README.md) with "Guard(model='tiny')".

Checklist

  • The issue this closes was assigned to me (see CONTRIBUTING.md)
  • This is my only open PR (one issue at a time, see CONTRIBUTING.md)
  • Target branch is dev (see BRANCHING.md)
  • cd sdk && make check-ci passes locally
  • New code has tests (every module gets a test file)
  • Public API changes are reflected in sdk/README.md / sdk/docs/
  • No secrets, internal URLs, or private paths in the diff
  • If a model wrote a meaningful part of this, I said so below (AI_POLICY.md)

@github-actionsgithub-actionsBot added the documentation Improvements or additions to documentation label Aug 24, 2026
@greptile-apps

greptile-appsBot commented Aug 24, 2026

Copy link
Copy Markdown

Greptile Summary

Updates the remaining deprecated Guard.with_tiny() documentation examples to use the current Guard constructor.

  • Replaces the contributing guide’s legacy tiny-model reference.
  • Updates the Hugging Face quickstart to enable automatic tiny-model download explicitly.

Confidence Score: 5/5

The PR appears safe to merge.

No blocking failure remains.

Important Files Changed

FilenameOverview
CONTRIBUTING.mdReplaces the deprecated helper reference with the equivalent current constructor syntax.
assets/hf-org-card/README.mdUses the current constructor and explicitly enables automatic model download, resolving the previously reported documentation issue.

Reviews (2): Last reviewed commit: "fix: preserved auto-download in hf-org-c..." | Re-trigger Greptile

Comment threadassets/hf-org-card/README.md Outdated
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentationImprovements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Two docs still show Guard.with_tiny()

1 participant

@cookieshop02