Remove free credits messaging
#2
by davanstrien HF Staff - opened
README.md
CHANGED
|
@@ -11,14 +11,10 @@ pinned: false
|
|
| 11 |
|
| 12 |
# Toad HF Inference Explorers
|
| 13 |
|
| 14 |
-
<div class="not-prose bg-gradient-to-r from-gray-50-to-white text-gray-900 border" style="border-radius: 8px; padding: 0.5rem 1rem; margin-bottom: 10px;">
|
| 15 |
-
<span style="font-weight: 600;">🎁 Join this org to get $20 free Inference Provider credits!</span>
|
| 16 |
-
</div>
|
| 17 |
-
|
| 18 |
Explore the best open models with [Toad](https://github.com/batrachianai/toad) and [Hugging Face Inference Providers](https://huggingface.co/docs/inference-providers).
|
| 19 |
|
| 20 |
<div style="text-align: center;">
|
| 21 |
-
<img src="https://huggingface.co/
|
| 22 |
</div>
|
| 23 |
|
| 24 |
## What is Toad?
|
|
@@ -27,7 +23,7 @@ Toad is a terminal-based interface for AI agents from [Will McGugan](https://git
|
|
| 27 |
|
| 28 |
## Quick Start
|
| 29 |
|
| 30 |
-
### 1. Install
|
| 31 |
|
| 32 |
```bash
|
| 33 |
curl -fsSL batrachian.ai/install | sh
|
|
@@ -59,48 +55,6 @@ Select **"Hugging Face Inference Providers"** from the Recommended section.
|
|
| 59 |
|
| 60 |
Use `/set-model` in the chat to change the active model.
|
| 61 |
|
| 62 |
-
### 5. Explore Skills
|
| 63 |
-
|
| 64 |
-
Install and manage agent skills from the Hugging Face Skills repository with the `/skills` command:
|
| 65 |
-
|
| 66 |
-
<div style="text-align: center;">
|
| 67 |
-
<img src="https://huggingface.co/spaces/toad-hf-inference-explorers/README/resolve/main/toad_skill_install.png" style="width: 100%; max-width: 750px; border-radius: 8px; margin: 20px 0;"/>
|
| 68 |
-
</div>
|
| 69 |
-
|
| 70 |
-
Once added the skill is immediately available to use.
|
| 71 |
-
|
| 72 |
-
### 6. Try Examples
|
| 73 |
-
|
| 74 |
-
Enter setup mode (use `ctrl+o` to switch modes) and type `/quickstart` to install the following hackable examples:
|
| 75 |
-
|
| 76 |
-
<div style="text-align: center;">
|
| 77 |
-
<video width="60%" controls>
|
| 78 |
-
<source src="https://huggingface.co/spaces/toad-hf-inference-explorers/README/resolve/main/toad_quickstart_video.mp4">
|
| 79 |
-
Your browser does not support the video tag.
|
| 80 |
-
</video>
|
| 81 |
-
</div>
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
- ACP/MCP Expert Agents -- conversationally query the Specification and Python SDK, and return responses with citations.
|
| 86 |
-
- Ripgrep Search Tool -- context efficient Search Tool
|
| 87 |
-
- Hugging Face Hub Search Tool -- Ask complex questions about the Hub, powered by the `hf` CLI.
|
| 88 |
-
- Blog Post PR Skill -- Extract suggestions and comments from draft through to publication.
|
| 89 |
-
|
| 90 |
-
### 7. Agent Builder
|
| 91 |
-
|
| 92 |
-
Coming Soon.
|
| 93 |
-
|
| 94 |
-
## Your Free Credits
|
| 95 |
-
|
| 96 |
-
<div class="not-prose bg-gradient-to-r from-gray-50-to-white text-gray-900 border" style="border-radius: 8px; padding: 0.5rem 1rem;">
|
| 97 |
-
As a member of this org, you receive <strong>$20 in free Inference Provider credits</strong> to explore hundreds of open models from dozens of providers.
|
| 98 |
-
</div>
|
| 99 |
-
|
| 100 |
-
<div class="not-prose bg-gradient-to-r from-gray-50-to-white text-gray-900 border" style="border-radius: 8px; padding: 0.5rem 1rem; margin-top: 10px;">
|
| 101 |
-
<span style="font-weight: 600;">Note:</span> To receive credits, add a payment method to your <a class="underline" href="https://huggingface.co/settings/billing">billing settings</a>. This is for verification only—you won't be charged unless you exceed your free credits.
|
| 102 |
-
</div>
|
| 103 |
-
|
| 104 |
## Resources
|
| 105 |
|
| 106 |
- [Toad on GitHub](https://github.com/batrachianai/toad)
|
|
|
|
| 11 |
|
| 12 |
# Toad HF Inference Explorers
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
Explore the best open models with [Toad](https://github.com/batrachianai/toad) and [Hugging Face Inference Providers](https://huggingface.co/docs/inference-providers).
|
| 15 |
|
| 16 |
<div style="text-align: center;">
|
| 17 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/60107b385ac3e86b3ea4fc34/OuC2rPMz8wUiR0gRjUAIv.png" style="width: 100%; max-width: 750px; border-radius: 8px; margin: 20px 0;"/>
|
| 18 |
</div>
|
| 19 |
|
| 20 |
## What is Toad?
|
|
|
|
| 23 |
|
| 24 |
## Quick Start
|
| 25 |
|
| 26 |
+
### 1. Install Toad
|
| 27 |
|
| 28 |
```bash
|
| 29 |
curl -fsSL batrachian.ai/install | sh
|
|
|
|
| 55 |
|
| 56 |
Use `/set-model` in the chat to change the active model.
|
| 57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
## Resources
|
| 59 |
|
| 60 |
- [Toad on GitHub](https://github.com/batrachianai/toad)
|