@chainfuse/ai-tools 0.1.1 → 0.1.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.
- package/README.md +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -38,10 +38,10 @@ generateText({
|
|
|
38
38
|
},
|
|
39
39
|
country: 'ISO 3166-1 Alpha 2 country code',
|
|
40
40
|
continent: 'two-letter code of continent',
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
41
|
+
},
|
|
42
|
+
environment: 'the gateway to use',
|
|
43
|
+
providers: {
|
|
44
|
+
// api keys and any additional info needed for each service
|
|
45
45
|
},
|
|
46
46
|
},
|
|
47
47
|
// ...
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chainfuse/ai-tools",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "ChainFuse",
|
|
6
6
|
"homepage": "https://github.com/ChainFuse/packages/tree/main/packages/ai-tools#readme",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"@cloudflare/workers-types": "^4.20241230.0",
|
|
63
63
|
"openai": "^4.77.3"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "54f874d4afcfc72b7405dca76313fb7c8294b738"
|
|
66
66
|
}
|