overai 1.4.13 → 1.4.14

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.
@@ -132,7 +132,7 @@ async function main() {
132
132
  model = "gpt-4o";
133
133
  }
134
134
  else if (process.env.GOOGLE_API_KEY) {
135
- model = "google/gemini-2.0-flash-exp";
135
+ model = "google/gemini-2.5-flash";
136
136
  }
137
137
  else if (process.env.ANTHROPIC_API_KEY) {
138
138
  model = "anthropic/claude-3-5-sonnet-20240620";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "overai",
3
- "version": "1.4.13",
3
+ "version": "1.4.14",
4
4
  "description": "OverAI TypeScript AI Agents Framework - Build, Deploy, and Monetize AI Agents in Minutes",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",