ai-openai 1.0.8 → 1.0.10

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 +2 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # openai-helper
1
+ # ai-openai
2
2
 
3
3
  An **unofficial helper API** for OpenAI-like models hosted on HuggingFace.
4
4
  Simplifies calling AI models for chat responses, learning advice, and more.
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "ai-openai",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "Unofficial helper for OpenAI-like models via HuggingFace",
5
5
  "main": "index.js",
6
+ "homepage": "https://ai-openai.bolt.host/",
6
7
  "scripts": {
7
8
  "start": "node test.js"
8
9
  },