ai-site-pilot 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,6 +29,8 @@ npm install ai-site-pilot
|
|
|
29
29
|
|
|
30
30
|
Sign up at [openrouter.ai](https://openrouter.ai) and get your API key.
|
|
31
31
|
|
|
32
|
+
> **💡 Free tier:** Gemini 2.0 Flash (`google/gemini-2.0-flash-exp:free`) is completely free on OpenRouter—no credit card required. Perfect for getting started!
|
|
33
|
+
|
|
32
34
|
### 2. Create the API Route
|
|
33
35
|
|
|
34
36
|
```typescript
|
package/package.json
CHANGED