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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-site-pilot",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "AI chat widget that can control and navigate your website. Works with any AI model via OpenRouter.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",