Skip to content
Open
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 src/content/docs/get-started/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Aside, Steps, Tabs, TabItem, Code } from '@astrojs/starlight/components
Before you begin, you'll need:

- A Google account (for Google Colab)
- A Hugging Face account with a [write token](https://huggingface.co/settings/tokens)
- A HuggingFace account with a [write token](https://huggingface.co/settings/tokens)
- ~2-4 hours of GPU time (free Colab tier should work)

<Aside type="tip">
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/guides/creating-datasets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ no-progress: true
## Provider Setup

- Configure API key via the `API_KEY` environment variable
- In your datagen config, set the teacher model identifier (e.g., Claude Opus, GPT5.1, Gemini 3 Pro) and reasoning depth
- In your datagen config, set the teacher model identifier (e.g., Claude Opus, GPT-5.1, Gemini 3 Pro) and reasoning depth

## TeichAI Datasets

Expand Down