@hazeljs/ai 0.2.0-beta.47 → 0.2.0-beta.49

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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # @hazeljs/ai
2
2
 
3
- **AI Integration Module for HazelJS - OpenAI, Anthropic, Gemini, Cohere, and Ollama Support**
3
+ **Add AI to your API in minutes not days.**
4
4
 
5
- Build AI-powered applications with first-class LLM integration, streaming support, and decorator-based APIs.
5
+ OpenAI, Anthropic, Gemini, Cohere, Ollama. One decorator, one config. Streaming, caching, retries, and type-safe outputs. Ship AI features without the glue code.
6
6
 
7
7
  [![npm version](https://img.shields.io/npm/v/@hazeljs/ai.svg)](https://www.npmjs.com/package/@hazeljs/ai)
8
8
  [![npm downloads](https://img.shields.io/npm/dm/@hazeljs/ai)](https://www.npmjs.com/package/@hazeljs/ai)
@@ -493,5 +493,5 @@ Apache 2.0 © [HazelJS](https://hazeljs.com)
493
493
 
494
494
  - [Documentation](https://hazeljs.com/docs/packages/ai)
495
495
  - [GitHub](https://github.com/hazel-js/hazeljs)
496
- - [Issues](https://github.com/hazeljs/hazel-js/issues)
496
+ - [Issues](https://github.com/hazel-js/hazeljs/issues)
497
497
  - [Discord](https://discord.gg/hazeljs)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/ai",
3
- "version": "0.2.0-beta.47",
3
+ "version": "0.2.0-beta.49",
4
4
  "description": "AI integration module for HazelJS framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -55,5 +55,5 @@
55
55
  "@hazeljs/cache": ">=0.2.0-beta.0",
56
56
  "@hazeljs/core": ">=0.2.0-beta.0"
57
57
  },
58
- "gitHead": "93a93baf214ccbe94b4703efc8b066b34c3c43c0"
58
+ "gitHead": "263b1f8c87ad9008ae21b6472860eb1b6cf1a6ce"
59
59
  }