@stratix/ai-openai 0.4.5 → 0.6.0

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  # @stratix/ai-openai
5
5
 
6
- **OpenAI LLM provider for Stratix AI agents**
6
+ **🔧 Provider** | OpenAI LLM provider for Stratix AI agents
7
7
 
8
8
  [![npm version](https://img.shields.io/npm/v/@stratix/ai-openai.svg)](https://www.npmjs.com/package/@stratix/ai-openai)
9
9
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stratix/ai-openai",
3
- "version": "0.4.5",
3
+ "version": "0.6.0",
4
4
  "description": "Stratix AI Agents - OpenAI Provider",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",